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 font color of forum?

3 Posts
3 Users
0 Reactions
1,408 Views
Posts: 24
Topic starter
(@mtariq)
Eminent Member
Joined: 5 years ago

Tell me asap how to change color of fonts given in picture.

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

@mtariq

your Admania WP Theme overwrites all font colors

add this to custom css to keep the original wpForo colors 

#wpforo #wpforo-wrap {
color:#333333 !important;
}
#wpforo #wpforo-wrap a {
color: #3F7796 !important;
}
#wpforo #wpforo-wrap a:visited {
color:#3F7796 !important;
}
#wpforo #wpforo-wrap a:hover {
color:#659FBE !important;
}
#wpforo #wpforo-wrap a:active {
color:#659FBE !important;
}
#wpforo #wpforo-wrap .wpflink {
color:#3F7796 !important;
}
#wpforo #wpforo-wrap .wpflink:hover {
color:#659FBE !important;
}

Dashboard > Forums > Settings > Style (custom css)

Posts: 990
Moderator
(@martin)
Support Team
Joined: 9 years ago
Posted by: @mtariq

Tell me asap how to change color of fonts given in picture.

Please don't use the phrase "Tell me asap...". This is a free support community, and people help each other when they find appropriate time for that.