• Resolved anitaxja

    (@anitaxja)


    Thanks for designing the theme, Anders Noren!

    I wanted to customize style of hyperlinks in my posts. How can I do that? I’ve managed to customize post-quote styles, etc., but was unable to locate the code of hyperlinks styles in the stylesheet.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hey there anitaxja,

    How are you today?

    This should be possible to change with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://ww.wp.xz.cn/plugins/simple-custom-css

    .post-content a {
    color: #928452;
    }
    .post-content a:hover {
    color: #928452;
    }

    This should change both color and hover color of your post links. Please replace the color hex value to the one of your choice, first one will affect link color and the second link hover color. You can use sites similar to this one to get hex value for the color of your choice:

    http://www.color-hex.com/

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Customizing hyperlink style’ is closed to new replies.