How to change color of active links in text?

Posted in: Newsmag
Post count: 18

May be somebody know, how to change color of active links in text?

Thanks for help

Post count: 23312

Hi,

Provide your website URL and some useful screenshots with your desired changes so I will be able to provide a more accurate response.

Thanks.

Post count: 18

Hi!

My website https://marathonec.ru/
I want to change color of the links. For example Example

Post count: 23312

Hello,

Use the code below and place it Theme panel -> Custom CSS area.

.td-post-content a:active, .td-post-content a:visited{
color:green!important;
}

The result is here -> https://www.screencast.com/t/Jbj9z7Npm

Thanks.

Post count: 18

Thanks, but after insert .td-post-content a:active, .td-post-content a:visited{ color:black!important; }, i see this situation

Site links

Post count: 23312

Hi,

If you do not want to remain your visited link to another color, you need to remove the following code -> .td-post-content a:visited

Hope this helps!

Thanks.

Post count: 18

I want links to always and everywhere displayed in black. How to do it?

Post count: 23312

Hi,

Please provide more details because I do not understand what you need? What do you want exactly? Please explain your desired changes in more words for better understanding.

Thanks for the message!

Post count: 18

I just want to display links in black color. Not visited and visited links in one black color. In default setting links are yellow and not good for reading.

Do you understand?

Post count: 23312

Hi,

Use the code below and place it in Theme panel -> Custom CSS Area.

.td-post-content a {
color:black;
}

The result is here -> https://www.screencast.com/t/LgThVv6cG6d

Thanks.

Post count: 18

Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newsmag’ is closed to new topics and replies.