• Join the Best Wordpress and Elementor Support forum

    Provide or get advice on everything Elementor and Wordpress, ask questions, gain confirmation or just become apart of a friendly, like minded community who love Wordpress and Elementor


    Join us!

Search Form - Modify "x" clear form button

D

DesignerTex

New Member
I have the search form 99% how I want it but the clear button ("x" ion) is blue and annoying me.

I was able to target it with .elementor-search-form__input but can't figure out how to change or remove the blue "x". Any help?
 

Attachments

  • search.jpg
    search.jpg
    18.6 KB · Views: 555
crowedge

crowedge

New Member
Looking for this also! Did you ever figure out how to target this "x" icon?
 
crowedge

crowedge

New Member
Use this CSS code to hide the "X" icon:

input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
-moz-appearance: none;
}
 

Latest Resources

Other Elementor Resources

elementor official

Still stuck? Ask the forum

Post your question with a screenshot and a link if you can, and a member will usually reply within a day. Free to join, no sales pitch.

Create a free account
Top