How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
506
Views
Oct 29, 2022 2:32 pm
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.
2 Replies
Oct 29, 2022 7:22 pm
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)"