It looks like in my theme all borders of dropdown menus, pop up carts etc were with a thick white border. I removed most them by editing the code but now I can’t find help with this one.
How to remove the border on the dropdown menu that appears after you type something in the search bar??
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
Now the problem is solved in the meain search bar, but not in the search bar that appears after you search something in the search bar… i know it sounds confusing but… see screesnhots below