Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
636 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: 1495
(@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)