Home Forums WoodMart support forum Hide search header

Hide search header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262609

    YasinKsmG
    Participant

    I want to hide search page header.

    https://ibb.co/87fV91k

    #262622

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .search .page-title-default {
        display: none;
    }
    
    .search .main-page-wrapper {
        padding-top: 70px;
    }

    Regards.
    Xtemos Studios.

    #262629

    YasinKsmG
    Participant

    worked thank you.

    how can I hide left bar on search page?

    https://ibb.co/HGtGjG0

    #262879

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .search .sidebar-container {
        display: none;
    }

    Regards.
    Xtemos Studios.

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