How to remove store info from Dawn theme product card?

I currently have the Dawn theme and am wondering how to remove the store information from the product card. When I asked support they said i would need to edit the theme code. Is this a really advanced task or can i find instructions somewhere on how to do this?

Thanks!

Hey @Aimsren

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Did you first search the forums for keywords from your problem statement?

By ā€œstoreā€ do you mean vendor..

It isn’t whether something is just advanced it’s still time consuming for contributors, It’s even more time consuming when you have an issue on the internet and fail to provide relevant inspectable urls or reproduction steps.

This applies to more than shopify but business itself communicate effectively with concrete facts so other people do not have to guess.

READ: https://community.shopify.com/post/2254458

If you cannot find a pre-existing solution and need this customization then contact me by mail for services.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

Good Hunting.

Hi @Aimsren

Could you drop your store link and take a screenshot the part that you want to remove?

HI,

Can you let us know which text you want to remove in the product card

Hi there, my website is www.loveyoumoreconsignment.ca password is aimeestore1

here is a screen shot. I would like to remove the ā€˜view store information’ in the bottom right corner of the picture.

Thanks!

HI,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

#ShowPickupAvailabilityDrawer { display: none; }

Hi @Aimsren

Please go to your Online store > Themes > Edit code > open component-pickup-availability.css and add this code at the bottom

#ShowPickupAvailabilityDrawer { display: none !important; }

Thank you so much! it worked!