No header in portfolio and contact. Nav-bar 'active' always

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Wed May 04, 2016 5:08 am
Hi, I'd really like to hide the header with logo and img header, in portfolio and contact. Also I want to do that the nav-bar always appear like "active", but when i go up, the nav-bar is expanded. Sorry for my english, greetings from México. :D
User avatar
Fresh Boarder

Joshua M
Wed May 04, 2016 10:26 am
Hello,

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

Joshua M
Thu May 05, 2016 8:20 am
Hi,

Try to add the following custom css code to remove the header:
Code: Select all
.blog #gk-header,
.page-id-9 #gk-header {
  display: none;
}

.blog .site-content,
.page-id-9 .site-content,
.blog #primary,
.page-id-9 #primary {
  padding-top: 0;
}


use the following code for the nav-bar:
Code: Select all
.blog #page-nav,
.blog #page-nav.active,
.page-id-9 #page-nav,
.page-id-9 #page-nav.active {
   bottom: 1px!important;
}

.blog .gk-logo-text,
.page-id-9 .gk-logo-text {
   margin: 20px 0 40px 0!important;
}

.blog .gk-social,
.page-id-9 .gk-social {
   margin: 40px 0!important
}
User avatar
Moderator

Joshua M
Thu May 05, 2016 8:22 am
Slides interval (on the frontpage) may be changed from Appearance -> Customizer -> Frontpage section and "Animation interval (ms)" option.
User avatar
Moderator

GK User
Wed May 11, 2016 5:45 am
The code works hiding the header.
The code for the navbar doesn't work. But I can do it modifying the file functions.js.
Thanks. :D
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.