how to hide prices in expanse team search bar

Solved

how to hide prices in expanse team search bar

UC2k24
Visitor
1 0 0

for the context, i want to hide prices when users search on my website. below is the reference. my website is unitetris.com. thank youUntitled.jpg

Accepted Solution (1)

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @UC2k24 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->components.css

add the code end of the file

span.grid-product__price {
   
    display: none !important;
}

RESULT

Unitetris-Corporation.png

 

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

View solution in original post

Replies 3 (3)

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @UC2k24 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->components.css

add the code end of the file

span.grid-product__price {
   
    display: none !important;
}

RESULT

Unitetris-Corporation.png

 

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

PaulNewton
Shopify Partner
7048 629 1481

Hi @UC2k24 👋 in a custom-css setting for the theme ,try the following CSS

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css 

#predictive-search-results .results__group-2 .grid-product__price {
 display: none !important;
}

💣Be aware this is only visually hiding the element, which is not the same as trying to prevent it from rendering/existing in the first place. Preventing rendering is an advanced theme customization.

 

If you need further customizations you can contact me.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

 

Goodluck.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


Sangeetanahar
Explorer
541 36 69

HELLO @UC2k24 

thanks for accepting my solution please hit the like button also and if my solution is helpful if it possible please buy me a coffee

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here