Best way of changing Logo in Simplicity Theme for WP

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Jun 06, 2014 9:39 pm
Hi,

This is a rather simple change I've been able to find out before with other Wordpress templates, but cannot seem to find out how I can change the logo in the header (both the color and white versions).

Thanks!
User avatar
Fresh Boarder

GK User
Fri Jun 06, 2014 10:31 pm
Please note: I would like to do this through the CSS code option - not image or text.

Thanks!
User avatar
Fresh Boarder

teitbite
Sat Jun 07, 2014 10:38 am
Hi

Can You please put back the logo which were there before, so I'll be able to tell You the code to replace it via css.
User avatar
Moderator

GK User
Mon Jun 09, 2014 5:23 am
Thanks, I have put the logo back up.
User avatar
Fresh Boarder

GK User
Mon Jun 09, 2014 5:23 am
My website is www.book-rocket.com
User avatar
Fresh Boarder

teitbite
Mon Jun 09, 2014 12:54 pm
Hi

Here is a code You can use in override.css file, please make sure new logo is uploaded into theme's /images folder:

Code: Select all
a.cssLogo, #gk-menu-wrap a.cssLogo {
    background-image: url("../images/style1/logo_white_bg.png");
}
User avatar
Moderator

GK User
Tue Jun 10, 2014 8:29 pm
Where can I logo the theme's images folder from the WP dashboard?
User avatar
Fresh Boarder

GK User
Tue Jun 10, 2014 8:36 pm
Sorry, I meant locate, not logo.
User avatar
Fresh Boarder

teitbite
Wed Jun 11, 2014 8:14 pm
Hi

You're right. You cannot access the template folders via panel, so please try the regular /images folder where You have an access to and replace the path to a full url path:

Code: Select all
a.cssLogo, #gk-menu-wrap a.cssLogo {
    background-image: url("http://www.yourdomain.com/images/logo_white_bg.png");
}
User avatar
Moderator

GK User
Wed Jun 11, 2014 11:54 pm
Got it. Thanks so much!
User avatar
Fresh Boarder

teitbite
Thu Jun 12, 2014 11:29 pm
Hi

Again, no problem. Glad I could help :)
User avatar
Moderator


cron