• Resolved Divan

    (@divan-web-devine)


    Hi there,

    We need to change the sticky header’s main menu color to black after scrolling down, but am unable to do so.

    Can you perhaps indicate how it can be done?

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    The header is not controlled by WP Sticky but since I already looked at the code, this should allow you to set it’s background when the page is scrolled down:

    header:not(.av_header_transparency) div#header_main {
        background: #000;
    }
    Thread Starter Divan

    (@divan-web-devine)

    Hi @talextech,

    Thank you for your suggestion.

    The client wants to retain the sticky header’s background color (semi-transparent white).

    They just want to change the menu items’ color to black, but on the sticky header only.

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Well, like I said, that code is not generated by our plugin so I can’t offer support for that. But you can use my example to target the header when its sticky and change whatever properties you need.

    Thread Starter Divan

    (@divan-web-devine)

    Thank you, @talextech.

    We will definitely give it a try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Font Color After Scrolling’ is closed to new replies.