• Hello,

    I was wondering if there is a way to change the color of links so that it is more visible for readers to see that it is clickable?

    The theme currently allows the link to change color when the reader hovers over it. I would like it to just appear as the gold color without having to manually edit the color each time for each post/page.

    Thank you in advance!
    Angella

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

Viewing 1 replies (of 1 total)
  • Hello Angella,

    You can provide color to all link throughout the website with the help of custom css. You need to add below given css in to Appearance -> Customize -> Additional css

    a {
    color: red !important;
    }
    

    You can change the color as per your choice.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of link font?’ is closed to new replies.