Comments Dear started the conversationMay 18, 2014 at 8:44pmHi there,How I change the color of the urls only in the body of the articles? 93 djwd repliedMay 19, 2014 at 1:50pm Hello there, you could try something like: .article-content-wrapper a {color: red!important} Regards djwd RegardsdjwdDear repliedMay 19, 2014 at 4:20pmIt works well but affects all URLs, including the title. Exists a form that only affects the text (body) of the article? 93 djwd repliedMay 20, 2014 at 1:57pm You could try to filter it some further: .article-content-wrapper .entry-content a {color: red!important} Regardsdjwd Sign in to reply ...
Hi there,
How I change the color of the urls only in the body of the articles?
Hello there,
you could try something like:
.article-content-wrapper a {color: red!important}
Regards
djwd
Regards
djwd
It works well but affects all URLs, including the title. Exists a form that only affects the text (body) of the article?
You could try to filter it some further:
.article-content-wrapper .entry-content a {color: red!important}
Regards
djwd