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.
How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
2,744
Views
Oct 09, 2018 2:03 pm
I've been customizing WpForo to fit my website so I need to customize the background of the Menu drop down tab (that appears while hovering profile).
Please refer to the red circled section in the image.
2 Replies
Oct 09, 2018 2:06 pm
Hi Yogen,
Please try this CSS code:
#wpforo #wpforo-wrap #wpforo-menu li > ul{
background-color: #eb5d5d !important;
}
Oct 23, 2018 1:31 pm
Thanks it worked for me. Marked as solved.