Home › Forums › Support › Dotted underline on blog post links This topic has 3 replies, 2 voices, and was last updated 3 years, 11 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 13, 2019 at 1:21 pm #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! GeneratePress 2.2.2 April 13, 2019 at 4:48 pm #868201 TomLead 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 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development April 13, 2019 at 5:13 pm #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/ April 14, 2019 at 6:57 am #868600 TomLead Developer Lead Developer Ah, in that case, try this: .entry-content a { text-decoration: underline; text-decoration-color: red; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In