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

    Hello guys,

    after i found your solution for this problem it still doesn’t work.
    I need to highlight the main links when when active with a color.

    Your suggestion in other topics was:
    .main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a {
    color: red;

    }

    On my site this css style code doesn’t work.

    Greets
    vertikahl

    #444154

    Hey vertikahl!

    Please try the following instead:

    li.current_page_item a span {
    color: red !important; 
    }

    Cheers!
    Rikard

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