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] Problem with dropdown menu

2 Posts
2 Users
1 Reactions
1,027 Views
Posts: 45
Topic starter
(@alber_97)
Trusted Member
Joined: 5 years ago

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

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