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.

 

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

3 Posts
2 Users
0 Reactions
2,744 Views
DarjeelingHills.Com
Posts: 85
Topic starter
(@darjeeling)
Estimable Member
Joined: 7 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi Yogen,

Please try this CSS code:

#wpforo #wpforo-wrap #wpforo-menu li > ul{
   background-color: #eb5d5d !important;
}
DarjeelingHills.Com
Posts: 85
Topic starter
(@darjeeling)
Estimable Member
Joined: 7 years ago

Thanks it worked for me. Marked as solved.