Change Post links color

Posted in: Newspaper
Post count: 260

Hello

The princpal color theme of our site is a dark purple.
I notice that is it to close from the black and on some computer, people may not notice the difference.
http://www.virtualmagie.com/articles/critiques/videomania/orimagi-de-benoit-campana-julien-gritte/ (for exempla on rendaku).

So I supose I have to use a custom CSS.

What I have to cut/paste to have this color #dd9933 with underline by default and not underline on mouse hover?
Of course it is ONLY for the post/page inside text and not for all elements alround. 🙂

Regards

Post count: 22421

Hello,
You can use this custom css to get it done.

.td-post-content a{
color: #dd9933;
text-decoration:underline;
}
.wpb_text_column a{
color: #dd9933;
text-decoration:underline;
}

For pages i set the code to change the textbox link. If you do not use a visual composer textbox it will not work.

Thank you!

Post count: 260

Ok perfect
Thanks.

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