AI Search
Classic Search
Notifications
Clear all
Mar 14, 2021 11:33 am
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)
Mar 14, 2021 12:48 pm
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.
