• 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!

Question Elementor Search Field "x" icon?!

D

DesignerTex

New Member
I was able to target the search field with .elementor-search-form__input but I can't change or remove the blue icon that clears the field. Anyone know how to target the "x" that pops up when you type? That looks bad in my page design.
 

Attachments

  • search.jpg
    search.jpg
    18.6 KB · Views: 603
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