This topic has 6 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
On the Top Bar dropdown menus & the ALL CATEGORIES dropdown menu in the header, how do I change the color of the background hover? Right now it is a very light gray almost invisible. Thanks.
Hello,
Please try to add this code in Custom css:
.header-wrapper .header-search.act-default div.fancy-select ul.options li:hover {
background-color: rgba(69, 110, 156, 0.33) !important;
}
.languages-area .menu > li > ul li a:hover, .top-links .menu > li > ul li a:hover {
background-color: rgba(90, 161, 227, 0.31);
}
Regards
That works great, but I am still missing the “My Account” dropdown on the top menu. Thanks.
Hello,
Oh I see, please try:
.my-account-link ul > li > a:hover {
background-color: blue;
}
Regards
Got it. Thanks again.
Hello,
You’re welcome!
Regards
The issue related to '‘Top Menu Background Hover Color’' has been successfully resolved, and the topic is now closed for further responses