• Hello @gvectors-team,

    First of all, thank you for creating this wonderful plugin. I have never seen any FREE plugin as good as this.

    I have a question. Please refer to my Screenshot. How do I remove link from this and only shown it just as plain span? Reason: I don’t want my readers to go to my login page. And I just want them to login only click from comments section. And allow login via social networks only.

    I tried using CSS to remove the DIV but it left wide space there. And it not looking good. Is there other way such as Javascripts to disable this link from functioning?

    Regards,

    Shah.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi myst5243,
    Please leave your website URL to allow us debug HTML/CSS. I can help you to use better CSS.

    Thread Starter Deleted Account

    (@myst5243)

    Hi @gvectors-team,

    Seems it too late for you to ask about it because I already fix that using the answer below I got from StackOverflow days ago. But thanks anyway.

    .wc-must-login a {
       pointer-events: none;
       cursor: default;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove link from comment field’ is closed to new replies.