• Resolved ambitiouslyalexa

    (@ambitiouslyalexa)


    Hello!

    I know that the default for the Elara theme is a black underlined link. In my posts (not everywhere, but just my posts) I was wondering if it were possible to change my links to be bold rather than underlined, and colored? How can I do this and have it apply to all posts but not necessarily on the home page or navigation?

    Thanks!

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

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

    Great to hear from you…your site is looking great, btw!

    You should be able to achieve this with a bit of CSS…you can add this in Appearance > Customize > Additional CSS and it should do the trick:

    .single-post .entry-content a {
        text-decoration: none;
        font-weight: bold;
        color: #ff6900;
    }

    You can change the color to whatever you like, and if it needs any tweaking just let us know.

    Have a great day!

    Thread Starter ambitiouslyalexa

    (@ambitiouslyalexa)

    That worked, thank you!

    Very happy to hear that…thanks so much for following up to let us know! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Change the Underline and Color of Links in Posts’ is closed to new replies.