Home Support Construction Real estate Pro Menu sticky header background color

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #7256
    Szymon Kulej
    Participant

    Hi Guys,

    could you please tell me how to change menu sticky header background color?

    #7265
    Updated Developer
    Participant

    Hi,

    Could you please add the below CSS to change the background of the menu sticky header?

    To add CSS follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    .menubar {
    background: #30a2e1; // change the color code according to your requirement
    }

    Thank you

    #7266
    Szymon Kulej
    Participant

    Hi Mate,

    it still changes its color to blue when I scroll down the website.

    #7271
    Updated Developer
    Participant

    Hi,

    Sorry for the inconvenience

    Please try below CSS

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    .menubar.scrolled {
    background: #30a2e1;
    }

    Thank you

    #7272
    Szymon Kulej
    Participant

    Hi Team,

    unfortunately, it still changes its color to default while scrolling down.
    Putting this CSS didn’t change anything ๐Ÿ™

    #7273
    Updated Developer
    Participant

    Hi,

    Could you please share your site URL it will help us to provide you a better solution.

    Thank You

    #7274
    Szymon Kulej
    Participant

    Hello,

    please find the URL below:

    https://coolayestates.pl/

    #7275
    Updated Developer
    Participant

    Hi,

    Sorry for the inconvenience

    Please try below CSS

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    .sticky {
    background-color: #e13082; // change the color code according to your requirement
    }

    Thank you

    #7276
    Szymon Kulej
    Participant

    Thank you, it works ๐Ÿ™‚

    #7284
    Updated Developer
    Participant

    Great!!

    Thank you

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.