I need to remove the prices from the search bar on my website. See attachment.
Website is https://www.oemcatalyticconverters.com/
Using Out of The Sandbox ‘Flex’ theme. They were not willing to help sadly.
I need to remove the prices from the search bar on my website. See attachment.
Website is https://www.oemcatalyticconverters.com/
Using Out of The Sandbox ‘Flex’ theme. They were not willing to help sadly.
Hello @OEMIndustries ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your style.css file and paste the following code below:
form.header__search-form.search-form .item-pricing.price {
display: none !important;
}
Thanks
You are amazing!