• Resolved johnhg1

    (@johnhg1)


    Hi, I want to change the appearance of links in posts and pages. I want it to show as bold and underlined in the text for all links in text.

    • This topic was modified 8 years, 5 months ago by johnhg1.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,@johnhg1!

    To show bold and underlined text for all links in text, add the CSS code below into Customizing ▸ General ▸ Additional CSS
    code:

    #page a{  
       font-weight: bold;
       text-decoration: underline;
    }

    https://prnt.sc/hizu51

    Regards

    Thread Starter johnhg1

    (@johnhg1)

    Thank you very much, exactly what I was looking for.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change link appearance in post and page’ is closed to new replies.