To replace a default ViArt Shop logo with your own do the following:
Alternatively, you can click on 'Upload image' to browse any folder on your computer and upload the logo image from the relevant folder. Note: if the logo has some text on the image and you would like to translate it (i.e. use a different image) when a different language is selected then you can specify path to the logo like using language tags, for example: [en]images/logo.png[/en][es]images/logo_es.png[/es][nl]images/logo_nl.png[/nl]How to center a logoTo center the logo on your website, you need to edit your active design css file looking for .HeaderLogo {text-align: center; background: #000000 url(../images/silver/top.jpg) no-repeat top right;} And in some designs you will need to edit the menu position as well, for example this how you can center logo in Fashion design: .Header {margin: auto auto 15px auto; position: relative; z-index: 100;} How to change Logo sizeTo change the logo size, you can edit default.css (or whatever design stylesheet you use) searching for For more information about version 4+ settings, including some tips how to edit CSS please refer to http://www.viart.com/design_tips.html |