Archived topic
Links on text
2 replies · Started by Jose Miguel on October 3, 2016
Hello Tom,
your theme has been very good while I use it and the add-ons much better, good job!
I´ve a question, I would like to modify the links on text(post) without color but with an line of dots, something like:

Is it possible?
Thanks
Hey Jose,
This css may help you:
.post .entry-content a {
border-bottom: 1px #000 dotted;
}
If you don't know how to add custom css this tutorial will help you: https://generatepress.com/knowledgebase/adding-css/
Hello Jean,
Your css worked perfect, thank you very much for your help friend.