AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Alternating Table Colors Not Possible in Simplified Topic View?

2 Posts
2 Users
0 Reactions
1,259 Views
Posts: 57
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@novedddd)
Estimable Member
Joined: 4 years ago
[#19923]

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: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 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)

 


Share: