a.cssLogo,
#gk-menu-wrap a.cssLogo {
background-image: url('logo-horizontal-white.png');
}
.imageBg #gk-head a.cssLogo {
background-image: url('logo-horizontal-black.png');
}
varutvu wrote:Is there a way to change logo using style.css in Child theme? I tried adding this code to the file and nothing happened. I've already copy 2 logo png files to the same directory as style.css.
- Code: Select all
a.cssLogo,
#gk-menu-wrap a.cssLogo {
background-image: url('logo-horizontal-white.png');
}
.imageBg #gk-head a.cssLogo {
background-image: url('logo-horizontal-black.png');
}