Notifications
Clear all

wpForo 1.x.x [Solved] How to change the background of menu dropdown?

3 Posts
2 Users
0 Likes
2,184 Views
writetoyogen
Posts: 78
Topic starter
(@darjeeling)
Estimable Member
Joined: 5 years ago

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
Sofy
Posts: 4237
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi Yogen,

Please try this CSS code:

#wpforo #wpforo-wrap #wpforo-menu li > ul{
   background-color: #eb5d5d !important;
}
writetoyogen
Posts: 78
Topic starter
(@darjeeling)
Estimable Member
Joined: 5 years ago

Thanks it worked for me. Marked as solved.