[Resolved] Links on text

Home Forums Support [Resolved] Links on text

Home Forums Support Links on text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #231747
    Jose Miguel

    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:

    Links on text

    Is it possible?

    Thanks

    #231790
    Jean Paiva
    Developer

    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/

    #231793
    Jose Miguel

    Hello Jean,

    Your css worked perfect, thank you very much for your help friend.

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