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.

 

[Solved] Alternating Row Colors

6 Posts
2 Users
0 Reactions
708 Views
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 6 years ago

I am updating the forum to the 2022 theme and using simplified layout. Is it possible to set alternating row colors on the discussion pages?

https://projectp51.com/community/general-discussion /

5 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

same colors as on your forum index

#wpforo #wpforo-wrap .wpfl-2 .topic-wrap{background: #E3E4DC;}
#wpforo #wpforo-wrap .wpfl-2 .topic-wrap:nth-of-type(2n+1) {background-color: #EFF0E8 !important;}
2 Replies
(@badge)
Joined: 6 years ago

Trusted Member
Posts: 43

@tutrix one other quick one I hope but setting alternating row colors on the post/reply pages?

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@badge 

#wpforo #wpforo-wrap .wpfl-2 .post-wrap:nth-of-type(2n+1):not(.wpfp-first) .wpforo-post{background-color: #EFF0E8 !important;}
#wpforo #wpforo-wrap .wpfl-2 .post-wrap:nth-of-type(2n+1):not(.wpfp-first) .wpforo-post .wpf-right .wpforo-post-content-bottom{background: #EFF0E8 !important;}
#wpforo #wpforo-wrap .wpfl-2 .post-wrap:nth-of-type(2n+1):not(.wpfp-first) .wpforo-post .wpf-right {background: #ffffff!important;}
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 6 years ago

Again thank you!!

Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 6 years ago

Again thank you for the quick replies and help!