Before you ask please READ THIS

Undeline links

in Photon Posts: 10
Hi

Is it possible to make links underlined.

In this post the word castle is a link, but it's not possible to see, unless you move your mouse over it

http://www.justwalkedby.com/2011/02/holger-danske/

Thanks!
Bo

Comments

  • AirAir
    Posts: 10,970
    Hi :-)

    Sure add this custom CSS:

    a {
    text-decoration: underline;
    }
    With kind regards.
  • Posts: 10
    Well that sort of fixed the problem.
    But now everything has underlines, is it possible to only added it to post text, not tags, titles and so on

    Bo
  • AirAir
    Posts: 10,970
    OK, that is more specific :-)

    Try this custom CSS:

    .real-content a {
    text-decoration: underline;
    }
    With kind regards.
  • Posts: 10
    Almost there :)

    The blog post text looks right, but tags still gets underlined.
    is it possible to avoid the tags?

  • AirAir
    Posts: 10,970
    Thought it was good, sorry.

    Add also this:

    .under_content_tags a{
    text-decoration: none;
    }
  • Posts: 10
    Thanks that solved it.

    Have a great day!

    B.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion