Home Forums WoodMart support forum hide the header on the start page

hide the header on the start page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #321032

    Peter_mueller80
    Participant

    Hello, can you give me a CCS command with which I can hide the header including the shopping cart on the start page. and where it has to be inserted.
    Page ID 11754

    Thank you

    #321041

    Hello,

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

    .home .whb-header {
        display: none;
    }

    Regards.
    Xtemos Studios.

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