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

    (@kevinweber)

    Hi Danny,

    weird!

    You can choose between two solutions:
    a) Remove some code from your theme that adds those symbols: Do have a plugin or something similar named “tooltipster”? Disable/remove it.

    b) Add some custom CSS to override the previously mentioned code:

    .incom-comments-wrapper .comment-form-author label:before, .incom-comments-wrapper .comment-form-email label:before {
    content: normal;
    }

    Best regards,
    Kevin

    Thread Starter dannybrown

    (@dannybrown)

    Hi there Kevin,

    Hmm, bizarre – I don’t have a “tooltipster” plugin. But the theme I use has built-in “share by highlight”, so any text you highlight you can share immediately to Twitter or Facebook. I wonder if that’s causing it? i’ll check in with the dev,

    Added the CSS, worked perfectly – thank you! ??

    Danny.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird symbols next to each field’ is closed to new replies.