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 [Closed] Problem with top bar background color from mobile versione

7 Posts
2 Users
0 Reactions
1,974 Views
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi bimba1984,

Add this CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea. 

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li {
background: #FFB472;
}
}
@media screen and (max-width: 620px){
#wpforo #wpforo-wrap #wpforo-menu li {
border-right: #FFB472 1px solid;
}
}
Posts: 10
Topic starter
(@bimba1984)
Active Member
Joined: 7 years ago

Thank you so much @Sofy, it works fine!

Page 2 / 2