Logo not replacing

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Dec 13, 2013 12:26 am
Reading the forums I see that if you want to replace the Simplicity logos you need to replace the files (logo_normal.png and logo_white_bg.png) in the ../images/style1 style2 and style3 directories. If I do that, with logos sized correctly, they don't appear.
User avatar
Fresh Boarder

GK User
Fri Dec 13, 2013 7:34 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Fri Dec 13, 2013 6:53 pm
I have a test site where I've replaced the logos at http://pure-imagination.com/pdsimplicity. You can see that the simplicity logo still appears even though I've replaced those files.
User avatar
Fresh Boarder

GK User
Sat Dec 14, 2013 12:12 pm
Sorry, but the link gives me 404.
User avatar
Moderator

GK User
Wed Mar 05, 2014 4:04 pm
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');
}
User avatar
Junior Boarder

GK User
Wed Mar 05, 2014 4:24 pm
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');
}


I've successfully used override.css to change the logo. But my new logo only appears when I scroll down the page. The Simplicity logo is still there. Please see my site: http://www.arika.co
User avatar
Junior Boarder

GK User
Wed Mar 05, 2014 8:33 pm
Its completely fine here. Please clear cache or try browsing your site in browsers incognito mode.
User avatar
Moderator


cron