Change hyperlink formatting in "Spun" theme

  • Hello!

    Under the “Spun” theme, it is difficult to tell what words or phrases are hyperlinked. Is there an easy way to change this setting without CSS know-how?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hi!

    You can try changing the font and background colors to something that contrasts a bit better. If you want to leave those and just change the formatting of hyperlinks you’ll need to use CSS I believe. You can add something like:

    a: link {
        color: #1E34BE;
        text-decoration: underline;
    }

    That will make it deep blue and underlined. Let me know if this doesn’t help.

  • The topic ‘Change hyperlink formatting in "Spun" theme’ is closed to new replies.