Notifications
Clear all

wpForo 1.x.x [Solved] Problem with dropdown menu

2 Posts
2 Users
1 Reactions
896 Views
Posts: 45
Topic starter
(@alber_97)
Trusted Member
Joined: 4 years ago

Can I change the colour of the menu? Because on mobile users can't see it

1 Reply
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @alber_97,

Please try the following CSS code:

#wpforo #wpforo-wrap #wpforo-menu{
background-color: #0d7ebf;
}

Please note the red marked value can be changed.

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