AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Link Color and Text Color Change Together.

3 Posts
2 Users
1 Reactions
1,083 Views
Posts: 36
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@pesimist57)
Trusted Member
Joined: 6 years ago
[#26071]

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: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 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: 6 years ago

Trusted Member
Posts: 36
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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. 🙂


Share: