Sticky menu wrapper bg color

Hi ,
I'm trying to change bgcolor for the menu wrapper when sticky.

i tried this with no luck:
#Top_bar.is-sticky .menu { background-color:#c60c30 !important; }
or
#Top_bar.is-sticky .menu_wrapper { background-color:#c60c30 !important; }

-----

This below works fine for the top bar bg when sticky:
#Top_bar.is-sticky { opacity: 1 !important; background-color: #c60c30 !important;}

this works fine for link color when sticky:
#Top_bar.is-sticky .menu > li > a { color:#ccc !important; }

Can you help, please ?
Thanks


Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
Sign In or Register to comment.