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.
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
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.  Â
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 🙂Â