Remove Logo (using image) from header?

April 2014 WordPress Theme
GK User
Sun Feb 08, 2015 11:49 pm
Hi,

I am changed the Image from CSS to Image, which looks perfect on the navigation/menu bar - on: le ro y b ri to .co .uk

But I want to remove the image from showing on the header at all,I have moved the top px amount to 0 but it still shows on mobile view, any idea how to do this?
User avatar
Senior Boarder

GK User
Mon Feb 09, 2015 12:33 am
Hi,

I can't see the header logo on the mobile devices, but if you want to be sure, please add the following css code to override.css file (first enable override option from Template Options -> Advanced tab):

Code: Select all
#gk-header #gk-logo {
   display: none;
}

User avatar
Moderator

GK User
Tue Feb 10, 2015 7:42 am
Where can one find the override.css file?
User avatar
Fresh Boarder

GK User
Tue Feb 10, 2015 9:45 am
You have to connect to your server files through the FTP client and navigate to John/css directory, or you can use Custom CS plugin, everything is described here:
https://www.gavick.com/blog/adding-cust ... ress-theme
User avatar
Moderator


cron