Site logo

[Resolved] how can i change color of the underline of the link

Home Forums Support [Resolved] how can i change color of the underline of the link

Home Forums Support how can i change color of the underline of the link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2496488
    renos

    I’m having trouble figuring out how to only change the color of the underline link in the body of an article. Is it possible?

    #2496599
    Ying
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    body .inside-article a {
        text-decoration-color: red;
    }
    #2496948
    renos

    Thank you that works perfectly.

    #2497857
    Ying
    Staff
    Customer Support

    You are welcome   🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.