The current logo looks like the one below:
It is referenced in the style.css file on line 52.
First you will want to create your own logo in a size of 440x100 pixels and save it as a logo.gif file. If you want to change it or save it as a .jpg file with a different file name, you will need to change line 52 of the style.css file. The current statement in the styles.css file reads:
background-image: url('images/logo.gif');
If you want your logo to be mystorelogo.jpg then you would edit that line in the style.css file to read:
background-image: url('images/mystorelogo.jpg');
Upload your newly created logo to the images folder located in the AdsTheme folder located in the themes folder of your Wordpress install.
Reload your site in the browser by pressing the F5 button on your keyboard. You should then see your new logo. Let me know if you have any questions with this process in the comments section.
1 comments:
Thank you for addressing some post to this. I am not as technical when it comes to these types of things and I think most of these templates you get assume that the end user knows how to do simple task such as this. Unfortunately I do not.
Post a Comment