Hide Prices And Product Names In Product Grid in Studio version 1.0.0 THEME

Hi everyone,

I’m using the Studio version 1.0.0 theme. I want to hide price, product name, and change space sizes between each product photos on the collections grid. If you could please point me to the correct areas where to blank out the code it’d be much appreciated.

Big Thanks!

Hi and welcome!

Could you provide a link to the page in question and I’ll be happy to work it out for you :slightly_smiling_face:

1 Like

@PatrickChan814

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

1 Like

@DelightCart @WoodyDev

https://tedtools.co/collections/tedtools

Thanks!

Perfect!

To hide the title and Price head to your component-card.css file and search for the following piece of code:

.card__content {
    display: grid;
    grid-template-rows: minmax(0,1fr) max-content minmax(0,1fr);
    padding: 1rem;
    width: 100%;
}

Change the word ‘grid’ to ‘none’.

For the spacing, search your base.css file for the following code:

@media screen and (min-width: 750px)
.grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
}

Edit these values to change the spacing :slightly_smiling_face:

1 Like

@WoodyDev I have changed the word ‘grid’ to ‘none’, but an issue found, which unable to click in to the product. Please help. Thanks!

No problem, could you provide your STORE.myshopify.com link so I can request access and resolve this for you?

1 Like

@WoodyDev tedtools-co.myshopify.com

Thanks!

Perfect!

Just sent the request through!

1 Like

@WoodyDev May ask how long does it take? Can I set the website to private first?

I’m just waiting for you to accept my access request, it wont take me long to do, I just need to make the images clickable now the text links are gone, you can if you wish :slightly_smiling_face:

@WoodyDev access request accepted. Please help. Thanks!

Awesome!

Please check the collection page for me now :slightly_smiling_face:

1 Like

Thanks @WoodyDev ! Appreciated.

You’re very welcome!

If you could spare a moment to read my signature below I would really appreciate it! :heart:

Also, if you need any help in the future, feel free to message me directly!

1 Like