Header Builder Missing & Additional Search Box Showed Up.
So i had a search box appear right in the middle of my Revolution Slider and it was on all pages in the same location. I also have a search box on the top of my header, so i had 2 search boxes.
I spent hours trying to find out where the switch was in the theme options, but all i could do is switch off the top search box and nothing i did could turn off the bottom one.
Eventually i had to add some CSS code to get rid of the bottom search box.
/* Hide the lower (ghost) search bar on all devices */
#Top_bar .top_bar_row_second + .search_wrapper {
display: none !important;
}
That did get rid of it, but i still have no idea where it is controlled ... Then i wanted to look at implementing the Header Builder to create a new header that would give me more control of the header/menu layout, but its not there.. i did find the "Layouts" in the main WP sidebar, but that doesn't appear to be the Header Builder that i was looking for.
Am i missing something in the BE Theme options?
Thanks
Terry
Comments
Hi,
If you do not see templates in your WP panel, ensure that they are enabled in Betheme -> Theme options -> Global -> Advanced:
If you want to hide the header from your current header, you can do it in Betheme -> Theme options -> Search -> Form.
Best regards