Notifications
Clear all

wpForo 1.x.x [Solved] Question re: color change for dropdown menu background

3 Posts
2 Users
1 Likes
433 Views
Posts: 12
Topic starter
(@trgolden)
Eminent Member
Joined: 4 years ago

There is one last color change needed.  It is the background of the menu dropdown for the "Profile" option.  At this point it is a dark color and the text is also a dark color so as you can see in the attached image it is very difficult to read the text.  I have tried many possibilities but can't seem to find the color for that specific dropdown.  Any help would be greatly appreciated!  Thanks.  Tom

2 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Please try the following CSS code:

#wpforo #wpforo-wrap #wpforo-menu li > ul{
background-color: #b6d0df;
}

The red marked value can be changed.

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page, "Custom CSS Code" textarea.

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

1 Reply
(@trgolden)
Joined: 4 years ago

Eminent Member
Posts: 12

@alvina  Many thanks Alvina!  Perfect!