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

    Hello!

    Hope all is well. I was wondering if I could get some assistance with how to make the current menu item on the left hand side to be red. I’ve entered this into the child themes css but it is not working:

    .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a {
     color: #a81010 !important;
     font-weight: normal !important;
    }

    Any help is appreciated, thank you!

    #783766

    Hey peanuttario,

    Can you try this code instead?

    #top .widget_nav_menu .current-menu-item>a, #top .widget_nav_menu .current_page_item>a {
     color: #a81010 !important;
     font-weight: normal !important;
    }

    Best regards,
    Sarah

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