Hi,
I need some help with changing the logo. I changed the existing bikestore logo with my own by just replacing the logo.png in the Style1 folder. Then I adjusted the style1.css so that the logo is displayed without background color:
#gkLogo {
background-color: transparent!important;
/* background: #fb5a29;*/
This all seem to work fine... So I did the same for gklogo.csslogo block, as this seems to have an impact on mobile layout:
#gkLogo.cssLogo {
background-color: #fb5a29;
background-image: url('../images/style1/logo.png');
}
Indeed the background color of the logo is removed when using a mobile device however the background is also removed from the 3 small icons (user, mycart, ...). Which obviously I don't want as they have a white foreground color...
So i have two questions:
1. how do i only remove the background for the logo and not for the 3 small icons when running in mobile mode?
2. Is above approach correct? Or should i add my logo in a different way? Should i perhaps add my logo via the template menu (logo image field)..?
Thanks a lot.