Logo disappears when I change size in template.css

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Thu Jun 06, 2013 9:54 am
Hello,

I try to change logo size but when I change #a.cssLogo in template.css, we can see that size is changing but the logo disapears...

Could you please help me.

Thank you

Thomas
User avatar
Fresh Boarder

GK User
Thu Jun 06, 2013 10:13 am
Hi,

Could you provide an URL to your website? (here or via PM)
User avatar
Moderator

GK User
Thu Jun 06, 2013 10:17 am
User avatar
Fresh Boarder

GK User
Thu Jun 06, 2013 11:14 am
Try to add this code
Code: Select all
a.cssLogo {
   background: transparent url('../images/logo.png') no-repeat 0 0;
   height: 90px;
   margin: -20px 0 -20px -20px;
   width: 154px;
}
to ovverride.css file, this way you don't have to change anything on the original css files, ensuring easy future Theme updates. Don't forget to enable Use the override.css file option (Storebox -> Template Options -> Advanced tab).
User avatar
Moderator

GK User
Thu Jun 06, 2013 2:45 pm
It works !

Thank you very much :-)
User avatar
Fresh Boarder


cron