• Resolved carolaword

    (@carolaword)


    Hi,
    This plugin works great, thanks so much!

    I just want to remove the “x” before the option words, when I first saw them I thought I typed it and that it was a mistake.
    How can I do this?
    Thanks

    The page I need help with: [log in to see the link]

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

    (@themehigh)

    Hi,

    We are glad you are enjoying the plugin 🙂

    Coming to you problem, that is really strange. There is no reason that a random “x” should get displayed. I went through your site. I see that the “Document Type” field is displayed weirdly. Is that what you are talking about?

    Could you please attach screenshots of how that particular field is configured?

    Thanks!

    Thread Starter carolaword

    (@carolaword)

    Hi, thanks for replying soon.
    Yes that’s the field I’m talking about. This is how its configured: https://prnt.sc/gnxdz1
    And this is how I see it: https://prnt.sc/gnxeb5
    Any ideas?

    Plugin Author ThemeHigh

    (@themehigh)

    Hi,

    We had a look at the site. Our plugin is not doing any styling for the select field that would display the “x” you mentioned. It looks like your theme style is being overridden somehow. One possible solution is adding this in your child theme:

    span.select2-selection__clear {
    display: none;
    }

    Also, you didn’t ask about this, but I see that you are not using a placeholder for the select field. You can add a place holder if you want by adding text in the Placeholder property and putting a “|” in front of your options like this: |RUT|Pasaporte

    I hope this helps 🙂

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Select Field, remove x before options’ is closed to new replies.