Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] Alternating Table Colors Not Possible in Simplified Topic View?

2 Posts
2 Users
0 Reactions
831 Views
Posts: 52
Topic starter
(@novedddd)
Estimable Member
Joined: 3 years ago

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/

Topic Tags
1 Reply
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

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)