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] How to change color of Topic footer

2 Posts
2 Users
0 Reactions
1,646 Views
Posts: 3
Topic starter
(@migath)
Active Member
Joined: 7 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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; }