Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4335

Reply To: Hide Top Nav & Header Bar

$
0
0

@brendonh: Do you mean to hide the nav bar and masthead div on pages only? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

.page:not(.home) #fixed-header,
.page:not(.home) #masthead {
    display: none;
}

Let me know if this is not what you wanted or any problem. Please post in your site URL.

Regards,
Mahesh


Viewing all articles
Browse latest Browse all 4335

Trending Articles