• Resolved truecho

    (@kuleanadesign)


    I’d like to customize the color of hyperlinks.

    Currently on my site, it’s impossible to see them.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @kuleanadesign,

    It looks like you’ve set the custom accent color in Hemingway to be completely black. That accent color also sets the color of links in the post content, and that’s why they can’t be seen against the rest of the content. If you want to, you can overwrite the post content link color specifically by going to Appearance > Customize > Extra CSS, and adding the following:

    .post-content a { color: #1abc9c !important; }

    That CSS will take priority over the custom accent color setting for post content links specifically, and change them to have the same color as the default accent color in Hemingway. You can change it to any hex value you want, of course.

    — Anders

    Thread Starter truecho

    (@kuleanadesign)

    @anlino
    Thanks, Anders!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to change the color of links?’ is closed to new replies.