Notifications
Clear all

Style [Solved] Change Mobile Burger menu icon color and expanded menu backround color in mobile

5 Posts
3 Users
4 Likes
966 Views
perisaibanten165
Posts: 12
Topic starter
(@perisaibanten165)
Eminent Member
Joined: 2 years ago

hi, is there any code to change the wpforo mobile burger menu ICON color in mobile mode ? ,
i also need to change the Mobile burger expanded menu backhround color that will match to my menu theme to somthing colored dark grey

Spoiler
this

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

@perisaibanten165,

Please leave your forum URL.

3 Replies
perisaibanten165
(@perisaibanten165)
Joined: 2 years ago

Eminent Member
Posts: 12
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@perisaibanten165,

#wpforo #wpforo-wrap #wpforo-menu .wpf-left .wpf-res-menu {
    color: #26b626;
}

@media screen and (max-width:800px) {
	#wpforo #wpforo-wrap #wpforo-menu .wpf-menu{
        background-color: #7c7c7c !important;
    }
}

 

perisaibanten165
(@perisaibanten165)
Joined: 2 years ago

Eminent Member
Posts: 12

@chris ok its working many thanks !