Site logo

[Support request] How I can place underling under links?

Home Forums Support [Support request] How I can place underling under links?

Home Forums Support How I can place underling under links?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2495177
    Anonymous

    Hello,

    How I can make for links from articles to show underlined with this red color #CE0000?

    Thanks,

    Sara

    #2495525
    David
    Staff
    Customer Support

    Hi there,

    Try adding this CSS:

    
    .entry-content a {
        text-decoration: underline;
        text-decoration-color: #CE0000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.