Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1342686

    Ho,
    we did some css changes for the burger menu. Everything works great. But i can’t get it done to change the font-color in active burger-menu to font-color: #ff0197 .

    How can i do that?

    kind regards Jak

    #1342695

    Hey Jak,

    You have following custom CSS code

    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
      background-color: #fff600;
      font-color: #fff;
    }

    Please change it to following

    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
      background-color: #fff600;
      color: #ff0197;
    }

    Cheers!
    Yigit

    #1342777

    Hi Yigit,
    could not get it to work.
    But i also changed my mind.
    I would now, like to change only the background color of aktive burger menu to: #00faee (like in screenshot).

    How can i do that?

    kind regards Jak

    #1342816

    Hi,

    Please try this CSS instead:

    #av-burger-menu-ul li.current_page_item a {
      background: blue; 
    }

    Best regards,
    Rikard

    #1342861

    Hi Rikard,

    thanks for your help. Unfortunetly this did not work.
    Actually i want to change the background of the active burger menu, so for example, if a visitor is on my contact page and opens the burger menu, the background of “contact”-menue-item in burger menu is blue.

    How can i do that?

    Kind regards Jak

    #1342863

    Sorry, my mistake, now it works…

    Thanks a lot for your help!!!

    kind regards Jak

    #1342867

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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