Home Forums WoodMart support forum Sticky Navigation Bar Support Request

Sticky Navigation Bar Support Request

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

    lost.hinata
    Participant

    Subject: Sticky Navigation Bar Support Request

    Hello,

    I would like my primary navigation bar (please see the attached screenshot) to remain sticky when scrolling — meaning that the bar stays at the top of the screen as users scroll down.

    Is it possible to achieve this using the options provided by WoodMart?

    Thank you in advance for your help.

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #627932

    Hung Pham
    Keymaster

    Hi lost.hinata,

    Thanks for reaching to us.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS

    .whb-sticked .whb-row.whb-top-bar,
    .whb-sticked .whb-row.whb-general-header{
        display: none;
    }

    Regards,

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