Notifications
Clear all

[Solved] Sub Menu background color

3 Posts
2 Users
2 Likes
530 Views
Posts: 17
Topic starter
(@ryen91)
Eminent Member
Joined: 2 years ago

I am not seeing this either I did search  but to no avail... so in teh submenu the drop down on profile it becomes grey, I changed all the grey colors to figure out which one it was but to no avail I want it to be the same color s the menu bar...

Topic Tags
2 Replies
Tutrix
Posts: 1266
(@tutrix)
Noble Member
Joined: 4 years ago

@ryen91

add this to custom css

#wpforo #wpforo-wrap #wpforo-menu li {
margin: 0 !important;
}
@media screen and (max-width:600px) {
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu{background-color:#008942 !important;}
}
Posts: 17
Topic starter
(@ryen91)
Eminent Member
Joined: 2 years ago

@tutrix what are you the GOD of WPFORO man.. Holy moly you just can answer everything