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] Drop Down Menu Color

3 Posts
2 Users
1 Reactions
824 Views
Posts: 6
Topic starter
(@lear35guy)
Active Member
Joined: 5 years ago

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
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

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.

Posts: 6
Topic starter
(@lear35guy)
Active Member
Joined: 5 years ago

Perfect!!!  Thanks so much!!