How to remove Logo?

Multipurpose WordPress Theme Forum Support
GK User
Fri Jun 12, 2015 8:52 pm
Is there a way to remove the logo from the front page only but keep it in all other headers?

Thanks,
John.
User avatar
Expert Boarder

GK User
Mon Jun 15, 2015 9:51 am
Hi,

Yes, it's possible, please add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
.frontpage .gk-logo.text {
    display: none;
}
User avatar
Moderator

GK User
Tue Jun 16, 2015 2:48 pm
Excellent.
Thank you.
John.
User avatar
Expert Boarder


cron