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.
Hello,
I have no knowledge of CSS. However, there is an editing error in Theme 2.0.
The text color and the link color (not the highlight color) in the topic have been added to the same color group.
It is necessary to distinguish the color of the link in the text. However, it is not provided that I can do this without knowledge of CSS.
Hi @pesimist57
look here "wpForo > Settings > Colors & Styles" there you can customize the colors for your dark theme
if that doesn't work, you can add this CSS code
#wpforo #wpforo-wrap a { color: #33779b; } #wpforo #wpforo-wrap a svg{ fill: #33779t; } #wpforo #wpforo-wrap a:visited { color: #33779b;} #wpforo #wpforo-wrap a:visited svg{ fill: #33779b;} #wpforo #wpforo-wrap a:visited:hover{ color: #888888;} #wpforo #wpforo-wrap a:visited:hover svg{ fill: #888888;}
to the custom CSSÂ "wpForo > Settings > Colors & Styles (Custom CSS)"