Underlined Links

  • Unknown's avatar

    Hi

    Would appreciate help with this. my blog address – http://nutsaboutmakeup.wordpress.com/

    Whenever I create a link, the words/phrases are underlined and show up in different colours. is it possible to indicate that there’s a link without the underlining of those words/phrases and just retain the coloured fonts? is it possible to chose the colour of the coloured fonts too?

    currently using twenty-ten theme.

    thanks

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

  • Unknown's avatar

    You can do it on a link-by-link basis by using style attributes within the link code (put in via the HTML tab after making the link). If you want to do it permanently, it would require the paid CSS upgrade and some CSS editing experience.

  • Unknown's avatar

    The code would have to look something like this example:

    <a href="https://en.forums.wordpress.com/"><span style="color: #ff0000; text-decoration: none;">This is the linked text</span></a>

    Where you replace the hexadecimal color code with the color you want to use.

  • The topic ‘Underlined Links’ is closed to new replies.