hello everyone. I need to change the text color from the Posts separatly to the header color. is it possible? Because i have a dark background and need a white text, but don`t want to change the header also to white.
regards
Hi @martin123,
Thank you for using wpForo and for contacting us.
Please try to explain using some screenshots.
Hello @Sofy,
if i Change the color on point 3 in "Forum Color Styles" in the Wordpress Dashboard, the color of the header and the text of the post will both changed as in the attached Screenshot. but i need the text in a different color as the header, for example Text - white, and header - purple.
regards
ok @martin123,
Please navigate to Dashboard > Forums > Settings > Style admin page put the following CSS code in "Custom CSS Code" textarea, save it, delete all caches and check again (press CTRL+F5).
#wpforo #wpforo-wrap .wpfl-4 .wpf-content .wpforo-post-content p {
color: #9E9E9E !important;
}
Don't forget to change the red marked color code before using.