Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t think it’s TML‘s fault.

    Check your css to find a solution.
    The Lost Password link is wihtin a
    <li> tag.

    Check your stylesheet for anything like:

    li:before {
        content: " - ";
     }
    Thread Starter Uendi

    (@uendi)

    Yes, it’s really a link and I have inserted a css style from your advice :

    li:before { display: none; }

    It works and it really disappear. Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove hyphen ( – ) sign’ is closed to new replies.