.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a
{ background-color: #FF530E; }
@ alchymyth
Thank you! You are a life saver 😀
The selected page is now in the shade of orange that I want. However when I hover over a menu item, I still get black. Is there a way to change that as well?
Thank you so much once again!
change the style to:
.main-navigation li:hover > a, .main-navigation li.current_page_item a, .main-navigation li.current-menu-item a { background-color: #FF530E; }
please post any further theme specific questions in your theme’s forum at http://wordpress.org/support/theme/bota/
@ alchymyth
Thank you once again! It works 😀
Will do that.