Notifications
Clear all

wpForo 1.x.x [Closed] How to change color of Topic footer

2 Posts
2 Users
0 Likes
1,369 Views
Posts: 3
Topic starter
(@migath)
Active Member
Joined: 5 years ago

Hello, 

Can you tell me the #Color of the topic footer text

("  Currently viewing this topic 1 user ( Migath ) .

 Recently viewed by users: "" Il y a 15 minutes . " ) 

Add at the 1.5.4 Release. 

i've try different #Color, but nothing change... (i used a dark theme, and the color actually is a dark gray).

Thank for your help.

 

1 Reply
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

I recommend use custom CSS code. Put this code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea, save it, delete all caches and press Ctrl+F5 on forum front-end:

#wpforo #wpforo-wrap .wpf-topic-visitors p{ color:#EEEEEE; }