Notifications
Clear all

Style [Solved] Link Color and Text Color Change Together.

3 Posts
2 Users
1 Reactions
506 Views
Posts: 36
Topic starter
(@pesimist57)
Trusted Member
Joined: 5 years ago

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.

Topic Tags
2 Replies
Tutrix
Posts: 1493
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @pesimist57

look here "wpForo > Settings > Colors & Styles" there you can customize the colors for your dark theme

Colors & Styles

Style Customization

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)"

1 Reply
(@pesimist57)
Joined: 5 years ago

Trusted Member
Posts: 36

@tutrix Hi,

This worked. Thank you for your support. The WPForo team needs to make this easy. Because it can be a problem for users with disabilities, visual difficulties and poor internet knowledge.

By the way, I wanted to access your website but it blacklisted my IP address. You should lighten up your firewall a bit. 🙂