sorry, not sure if i could post here.
Am using “Shaan” theme..anyone can advise simple way to change custom-menu text colour? I’ve combed thru style.css several times and tried changing below codes….but to no avail!!
My site is https://www.juzkidzonline.com
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #FFF;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #FFF;
I also tried combed thru functions.php but no idea if the changes should be made there.
Really appreciate any kind soul to advise pls….thanks!!