Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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/
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)