About Menu

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

    happyjupiter
    Participant

    Hi, How to change the color of the sticky menu bar? In the beginning, the menu has no background color, transparent, when the page scrolls up, the menu will become a sticky bar, and has a background color, I want to change this background color.
    Thank you in advance!

    • This topic was modified 2 years, 3 months ago by happyjupiter.
    Attachments:
    You must be logged in to view attached files.
    #462253

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to change the sticky header color, please enter it into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    .whb-sticked .whb-general-header {
        background-color: #fa3e36;
    }

    Kind Regards

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