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.