mouse over color change small left menu bar in my link i share
-
Dear Support in share one link i have here one of left size small menu i share link plus screen shot for understand clear can i get same color stable after click which i take mouse over on link.
https://divinarebh.com/projects/nyc1/beverages/
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.filter-widget li>ul li a:hover, .sidebar-widget li>ul li a:hover {
color: #1aada3;
}
Change the color as per your needs.
Best Regards
Dear Support nothing happened after add this css in global just mouse over color change after click color still normal black kindly check again and help to resolve. even add !important; also.
clear again
after click on menu side per menu color not change yet just mouse over change which already happened.
Thanks
Regards
Abrar
Hello,
Try this code:
.filter-widget li>ul li a:hover,
.sidebar-widget li>ul li a:hover {
color: red;
}
.filter-widget li > ul li.current-menu-item a,
.sidebar-widget li > ul li.current-menu-item a {
color: red;
}
Best Regards