Notifications
Clear all

[Solved] Color hover menu bar

3 Posts
2 Users
0 Likes
561 Views
Posts: 19
Topic starter
(@awake-2)
Eminent Member
Joined: 4 years ago

Hello,

How I can remove the hover color from the menu? please

I tried with this code but it doesn't work: [#wpforo #wpforo-wrap *::selection]

Do you have a solution for that! Thanks

2 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @awake-2,

try this code:

#wpforo #wpforo-wrap #wpforo-menu li a:hover {
background-color: #a09a9a !important;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

Posts: 19
Topic starter
(@awake-2)
Eminent Member
Joined: 4 years ago

Hi Sofy, 

it works but we still have a flicker of the original color.

So finally, I changed all the elements of this color via CSS, then I changed the color in the wpforo styles with the desired color for the menu.

Thank you for your support 🙂