Notifications
Clear all

wpForo 1.x.x [Closed] Help with Hamburger Mobile Menu on dark theme style

2 Posts
2 Users
0 Reactions
1,136 Views
Posts: 14
Topic starter
(@orgynaija)
Eminent Member
Joined: 6 years ago

Hi, I have been trying to customise the hamburger icon on mobile menu for the dark theme but can't seem to figure my way around that. The menu is not visible on the dark theme. As it is the same color with the rest of the theme. Can it be customised to let's say white or a different color , so it can be visible? I have attached a screenshot. Thank you. 

1 Reply
Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@orgynaija,

Please try the following CSS code: 

#wpforo #wpforo-wrap .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
color: #ffffff !important;
}

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

Don't forget to delete all caches before checking.

In the case of mobile devices please test it on other mobile devices or try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.