Remove the header in blog posts and search results
-
Please can you let me know how i can properly remove the header box and its page tit;e and breadcrumbs from single blog post pages and Search results. They just arent need for our site
I would sooner drop in my own image as a header on each page.
Also is it possible to have a search function in the menu on mobile. My menu which is acessed via the burger bar currently sits off screen, but id like one of the drop down ptions to be search
Thank you so much
with regard to creating my own header, i have the html.
<img src="http://barneys1911.com/wp-content/uploads/2021/07/SHOP-GIFTS-1.png" alt="" width="930" height="290" />
I’m just unsure where to post it.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-post .whb-header {
display:none;
}
body.single-post .breadcrumbs,
body.single-post .yoast-breadcrumb {
display:none;
}
Best Regards
i tried adding this css to the title but nothing happened.
It seems like the heading box is on by default and i have to turn it off on a page by page bases. Is there no way i can switch it off by default.
Also it still shows in search results. how do i remove them?
Hello,
Please show the screen where you have added the code and provide your site admin access to the private area.
Best Regards