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!
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