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

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] How to make links underlined automatically?

4 Posts
2 Users
1 Reactions
2,677 Views
spider
Posts: 63
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
(@spider)
Estimable Member
Joined: 8 years ago
[#13015]

For example; wpforo homepage

Links are in automatically in different color but they are still not visible enough. While in editor it's underlined and very nice like that. Can we keep it as underlined after we post it too? I wanted to do it via css file but couldn't figure it out the right value.


Topic Tags
3 Replies
Robert
Posts: 10731
Admin
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
(@robert)
Support Team
Joined: 2 months ago

Hi @spider,

You can set any color to forum links by changing the #15 color of your active Style in Dashboard > Forums > Settings > Styles admin page. Don't forget delete all caches, navigate to forum front-end and pres Ctrl+F5 to reset browser cache.


2 Replies
spider
(@spider)
Joined: 8 years ago

Estimable Member
Posts: 63
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

@robert Thanks but this changes all the links. Now I realized that I didn't ask correctly.

I want to change the style of external links. Only external ones. Can we do that?


Robert
Admin
(@robert)
Joined: 2 months ago

Support Team
Posts: 10731
Robert
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

@spider,

You can change the color of links in post content using this CSS code:

#wpforo #wpforo-wrap .wpforo-post-content a {
     color: #3f7796;
}
#wpforo #wpforo-wrap .wpforo-post-content a:hover {
    color: #2584b9;
}

Don't forget delete all caches and press Ctrl+F5 on forum front-end to reset browser cache.

 


Share: