Hi @mojomo,
Thanks for reaching out. Use this to change anchor tags color on hover.
.wcmp_main_menu ul li a:hover {
color: #fc482f !important;
}
Enter your desired color on this css rule and you have to change hover icons too, if you don’t want red color.
Regards,
Akshaya Swaroop
Hi, I am hoping that that worked. I am marking this thread as resolved. Please feel free to open a new thread in case you need any other help.
Thanks
Shan
Thread Starter
mojomo
(@mojomo)
Actually, it didn’t help. Maybe I didn’t specify clearly enough. However, I found the solution by now. These codes solved it for me:
.wcmp_main_menu ul li a.active, .wcmp_main_menu ul li a:hover {
background: #fe559a !important;
color: #ffffff !important;
}
.wcmp_main_menu ul li ul li a.selected_menu {
background: none repeat scroll 0 0 #fe559a !important;
color: #fff;
transition: all 1s ease 0s;
}
.wcmp_ass_btn {
background: #fe559a !important;
border: 1px solid #fe559a !important;
}
@mojomo – Glad to know that you have found the solution. Please do reach us if you have any other query.
Regards,
Akshaya Swaroop