2 logos on the #barmenu

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Dec 18, 2015 9:38 pm
Hey there,

How I can add 2 logos to my site, one when in white and the other when low and turns blue?
http://screencast.com/t/kh4htkVYpK9

When you move the scroll...
http://screencast.com/t/Ke6kINrF

Thanks!
User avatar
Junior Boarder

GK User
Mon Dec 21, 2015 8:45 am
Hi,

Yes, it's possible, but you have to switch your logo - to "Defined in CSS code"
Now, you have to add a custom css code into css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin:
Code: Select all
a.cssLogo,
#gk-menu-wrap a.cssLogo {
   background-image: url('../images/style1/logo_white_bg.png');
}

.imageBg #gk-head a.cssLogo {
   background-image: url('../images/style1/logo_normal.png');
}

Please use image path to your own logo files.
User avatar
Moderator


cron