[Support request] Dotted underline on blog post links

Home Forums Support [Support request] Dotted underline on blog post links

Home Forums Support Dotted underline on blog post links

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #868135
    Sebastián

    Hi!

    I would like to customize the blog post links with a dotted underline. I would also like to choose the density and the colour.

    Is there a ccs for that?

    Thanks!

    #868201
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Since you’re using Elementor to add your posts, you can try this:

    .elementor-post__title a {
        text-decoration: underline;
        text-decoration-color: red;
    }

    Let me know 🙂

    #868216
    Sebastián

    I think I explained it wrong.

    I want every single link from the post content (only the text) with a dotted underline.

    That code made only an underline on the blog post title from the https://nichoseo.com/blog/

    #868600
    Tom
    Lead Developer
    Lead Developer

    Ah, in that case, try this:

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