Notifications
Clear all

wpForo 1.x.x [Solved] Drop Down Menu Color

3 Posts
2 Users
1 Reactions
736 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: 1862
Moderator
(@alvina)
Member
Joined: 5 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!!