Home Forums WoodMart support forum Sticky Header

Sticky Header

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

    brgreene
    Participant

    Is there a way to exclude the “ACCOUNT” Menu and “Wishlist” from the sticky header. I know I could uncheck clone header and select a menu line to make sticky but the elements I do want to keep are located on different lines.

    I would like to have my logo, menu, and cart on the sticky header. My menu is rather large and I would like to give it as much room as possible.

    #155044

    Hello,

    To hide the “ACCOUNT” Menu and “Wishlist” from the default sticky header. You can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .whb-sticky-header .my-account-with-text , .whb-sticky-header .woodmart-wishlist-info-widget{
    display:none;
    }

    Result: https://jmp.sh/OVbP3kt

    Best Regards.

Tagged: 

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