Skip to content

Instantly share code, notes, and snippets.

@thanh4890
Created March 27, 2014 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanh4890/9798597 to your computer and use it in GitHub Desktop.
Save thanh4890/9798597 to your computer and use it in GitHub Desktop.
In your theme directory, open this file: header.php
Replace line 114
<div id="header-bottom" class="<?php if ( 'enable' === get_option('kopa_theme_options_sticky_menu_status', 'enable') ) { echo 'cbp-af-header'; } ?>">
By the line:
<div id="header-bottom" class="<?php if ( 'enable' === get_option('kopa_theme_options_sticky_menu_status', 'enable') || ! is_front_page() ) { echo 'cbp-af-header'; } ?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment