Aug 04, 2020 1:16 pm
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
Aug 05, 2020 7:13 am
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.