Mar 27, 2022 4:13 pm
Firstly, great plugin. I am just needing to alternate the table colors specifically for the "simplified" topic view. I have been able to easily alternate the table colors for the home page of the simplified view, but NOT tables for the second page topic view. I've tried multiple methods but no luck.
Is this possible? If so, does anyone know the css for it?
Example topics page of where I'd like alternating table colors (not the forum home page): https://wpforo.com/community/wpforo-showcase/
1 Reply
Mar 28, 2022 10:34 am
add this to custom css (replace #dddddd with your color)
#wpforo #wpforo-wrap .wpfl-2 .topic-wrap:nth-of-type(2n) .wpforo-topic { background-color:#dddddd; }
Dashboard > Forums > Settings > Style (custom css)