I have removed the search bar from the header by deleting this code: PHP: <?php if (file_exists(TEMPLATE_PATH . '/home_searchform.php')): require_once TEMPLATE_PATH . '/home_searchform.php'; endif; ?> but the greay background area is still there. What code do I need to remove to get rid of this?
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header_wrapper { min-height: 164px; padding-bottom: 0px; } This will solve your issue.
I used this fix and am pleased. Though on mobile phone version "Page Navigation Menu" no longer works. That's ok I would like to change "Page Navigation Memu" to "Welcome to Mobile Site" I use a sidebar custom menu for my pages. Prior thread showed how to do this -- however, I cannot decipher what page to use under editor. Please clarify what page to use under Appearances > Editor >
Hello, For this go to the geocrafttheme\library\text_domains\admin_path.php and make changes as shown in image.