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] How to change font color of forum?

3 Posts
3 Users
0 Reactions
1,951 Views
Posts: 24
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
(@mtariq)
Eminent Member
Joined: 6 years ago
[#16218]

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

 IMG 20210314 093601

Topic Tags
2 Replies
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

@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: 1001
Moderator
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
(@martin)
Support Team
Joined: 10 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. 


Share: