Skip to main content
Participant
November 22, 2017
Answered

How do I get rid of the 'X' on text boxes.

  • November 22, 2017
  • 6 replies
  • 977 views

Hi,

I was wondering whether there was a way of deleting the 'x' on the text box.

It's really large and looks quire daft in the text box.

Thanks,

Izzy

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer TLCMediaDesign

    What version of Captivate and browser?

    You could try:

    input[type=text]::-ms-clear { display: none !important; }

    6 replies

    TLCMediaDesign
    Inspiring
    November 22, 2017

    You need to add this CSS to the CPLibraryAll.css file.

    input[type=text]::-ms-clear { display: none; }

    Participating Frequently
    November 13, 2018

    I tried adding this coded to the CPLibraryAll.css and its still showing me that x.

    TLCMediaDesign
    TLCMediaDesignCorrect answer
    Inspiring
    November 14, 2018

    What version of Captivate and browser?

    You could try:

    input[type=text]::-ms-clear { display: none !important; }