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.
Jun 26, 2020 1:50 am
How do chjange the color of this drop down menu to black? I had no problem doing the other color customizations in Forum Color Styles. I'm sure i missed something simple. Thanks.
2 Replies
Jun 26, 2020 10:10 am
Hi @lear35guy,
Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textare:
#wpforo #wpforo-wrap #wpforo-menu li > ul {
background-color: #1D1111;
}
Don't forget to delete all caches and pres CTRL+F5(twice) on the frontend and check again.
Jun 26, 2020 12:52 pm
Perfect!!! Thanks so much!!