Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Martin Tod

    (@mpntod)

    Do you want to actually strip the links (which will be complicated) or it just to look like there isn’t a link (which can be done via CSS again)?

    Martin

    Plugin Author Martin Tod

    (@mpntod)

    I’ve put a CSS tag onto the links as .rtw_hashtag_link in the development version – so you could go with something like:

    a.rtw_hashtag_link {
        text-decoration: none;
        color: black;
    }

    Thread Starter optimisto

    (@optimisto)

    Thank you, Martin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Strip hashtag links?’ is closed to new replies.