• Hello all,

    I’m looking for the best way to underline all links, even at the start- page / homepage.

    Can you help?

    Thanks a lot

    Ruediger

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    for ALL links then add this CSS:

    a {
        text-decoration: underline !important;
    }
    Thread Starter ruedigerboecking

    (@ruedigerboecking)

    Hi David,

    thanks for thinking with me. Of course I know how to write html code. Sorry, my mistake.

    The question was: how is the way to show every link with underlined text

    GeneratePress do this – but only in detail- sides, not in Main page …..

    There must be a generell way to change design of homepages ….

    Sorry for bad English. I’m old ??

    Best regards
    Ruediger

    The CSS i provided above should do that.
    Did you try adding it to the Customizer > Additional CSS ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to underline all links, even at homepage’ is closed to new replies.