How to remove top header (menu/search/woo account links)

May 2014 WordPress Theme
GK User
Wed Jun 17, 2015 1:44 am
Hi I am wanting to remove the top header. I have removed the top menu/search/woo account links but left with a white background i want to remove. i have tried code below but did not work..can anyone help? see attachment


Code: Select all
media="all"
#gk-header-top {
  display: none!important;
}


regards
Michael
User avatar
Junior Boarder

GK User
Wed Jun 17, 2015 7:55 am
Hi,

Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Aug 03, 2015 8:28 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#gk-header-nav {
   top: 0;
}
#gk-header-top {
   display: none;
}
#gk-head {
   padding-top: 62px;
}
User avatar
Moderator


cron