Home Forums WoodMart support forum Remove the header in blog posts and search results

Remove the header in blog posts and search results

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #308556

    fameadvance
    Participant

    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

    #308557

    fameadvance
    Participant

    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.

    #308644

    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

    #308742

    fameadvance
    Participant

    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?

    #308762

    Hello,

    Please show the screen where you have added the code and provide your site admin access to the private area.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)