Nov 27, 2020 9:39 pm
Hi I cannot change the background color and font color in the attached image Where is the amendment to it?
2 Replies
Nov 28, 2020 7:53 am
add this to custom css
#wpforo #wpforo-wrap #wpforo-menu ul.sub-menu li {
background: #ff0000 !important;
}
#wpforo #wpforo-wrap #wpforo-menu ul.sub-menu li a {
color: #000000 !important;
}
Dashboard > Forums > Settings > Style (custom css)
replace the red marked with your color