How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
2,430
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.