Skip to main content
Participant
November 22, 2017
Answered

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

  • November 22, 2017
  • 1 reply
  • 966 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 has been closed for replies.
    Correct answer TLCMediaDesign

    What version of Captivate and browser?

    You could try:

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

    1 reply

    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; }