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

    Where can I change the background-colour for the selected Menue-button (point)?

    Wie kann die Hintergrundfarbe des aktiven Menüpunkt bzw. der ausgewählten Seite von dunkelgrau geändert werden?

    • This topic was modified 8 years, 9 months ago by mfrenk.
    #662903

    Hi mfrenk,

    It looks like you have an argument for that in your child theme CSS file already, either edit it there or try this in Quick CSS:

    #nav_menu-2 li.current_page_item {
        background: green !important;
    }

    Thanks,
    Rikard

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