Okay
  Public Ticket #216359
Change color of the URL
Closed

Comments

  • Dear started the conversation

    Hi there,

    How I change the color of the urls only in the body of the articles?

  •  93
    djwd replied

    Hello there,

    you could try something like:

    .article-content-wrapper a {color: red!important}

    Regards
    djwd

    Regards
    djwd

  • Dear replied

    It works well but affects all URLs, including the title. Exists a form that only affects the text (body) of the article?

  •  93
    djwd replied

    You could try to filter it some further:

    .article-content-wrapper .entry-content a {color: red!important}

    Regards
    djwd