Why do I have 2 search bar in my home page dawn theme

Hi @IntechCarl , you can follow these steps:

Step 1: Open Online Store → Themes → Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

header.header > .EzfyHeaderSearch:first-of-type {
 display: none !important;
}

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you :heart_eyes: