Jun 06, 2021 3:15 pm
As you can see in the screenshot, i want to change this background color.
CSS would be .wpforo-post .wpfcl-1 , but its not working, it only changes the color when it is inline css, which i tried with the web console. Who can i do it in the customizer so it finally works?
1 Reply
Jun 06, 2021 3:39 pm
add this to custom css
#wpforo #wpforo-wrap .wpforo-post { background-color: #ffffff; }
Dashboard > Forums > Settings > Style (custom css)