Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Nov 22, 2017 Nov 22, 2017

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

916
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

People's Champ , Nov 14, 2018 Nov 14, 2018

What version of Captivate and browser?

You could try:

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

Translate
People's Champ ,
Nov 22, 2017 Nov 22, 2017

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

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 13, 2018 Nov 13, 2018

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Nov 14, 2018 Nov 14, 2018

What version of Captivate and browser?

You could try:

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 14, 2018 Nov 14, 2018

IE 11.0.90 Update Version

Version 11.345.17134.0

Captivate

2017 Release 10.0.1.285

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Nov 14, 2018 Nov 14, 2018

I just tested both in the same browser and same version of CP and the both CSS work for me.

Hard to troubleshoot when it works.

You are adding the CSS to the very end of the CPLibraryAll.css file correct?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 14, 2018 Nov 14, 2018
LATEST

The second piece of code worked. Thanks so much.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources