Notifications
Clear all

wpForo 1.x.x [Closed] Mobile Menu CSS fix?

3 Posts
2 Users
0 Likes
2,135 Views
TonyShark
Posts: 24
Topic starter
(@tonyshark)
Eminent Member
Joined: 6 years ago

Hi,

My members are reporting that the menu "Burger" icon is showing very dark on the mobile version of the forums. I have included a pic to display the issue. Could you help me to identify a fix for this please. Thank you in advance for your support.

 

2 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Please navigate to Dashboard > Settings > Forums > Styles admin page, put this CSS code in Custom CSS Code textarea, save, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpf-res-menu i{
color: #FFFFFF!important;
}

Please note, mobile browser cache may be reset in few days if the don't reset it manually so people may say it doesn't work during this period.

TonyShark
Posts: 24
Topic starter
(@tonyshark)
Eminent Member
Joined: 6 years ago

Took a little while to work (As you advised) but did work!

 

Thanks for the support 🙂