Hi attached is a clearer picture of what I need.
website is: https://metropolitan-compounds.myshopify.com/
no password is required!
Thank you so much for your help!
Hi attached is a clearer picture of what I need.
website is: https://metropolitan-compounds.myshopify.com/
no password is required!
Thank you so much for your help!
Hi there! You should reach out to the Empire theme creator for support ![]()
@heyitsphae - add this css to the very end of theme.css file and check, should look like the screenshot below
.search-flydown--product-items .search-flydown--product-price{display: none; visibility:hidden;}
how do I do that?
@heyitsphae You can contact Empire theme support for this or you can hire a Shopify Expert to do this for you. Here is the coding solution for that:
.search-flydown--product-price {
font-size: var(--font-size-body-small);
display: none;
line-height: 1.5;
}
Find the above class in the theme.css file and replace the code.