Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Color hover menu bar

3 Posts
2 Users
0 Reactions
751 Views
Posts: 19
Topic starter
(@awake-2)
Eminent Member
Joined: 5 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 5 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 🙂Â