How can I adjust collection tiles and text in my online store?

I have run into some trouble with my collection tiles

  1. Need them to be lower so they don’t overlap with the slideshow

  2. Need to remove the text above the image, and just have the image

what code template can I change these in?

any help would be much appreciated

1 Like

@Hamishellingham

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

HI @Zworthkey

thank you very much

website is www.mimicomerchandise.co.nz

password test

thanks!

.hero-content__title-wrapper {
    display: none !important;
}
@media only screen and (min-width: 750px){
.medium-up--one-third {
    width: 33.33333%;
    margin-top: 75px !important;
}}

@Hamishellingham
Add this code in the bottom of the theme.scss or theme.css file

Thanks @Zworthkey

The tiles don’t overlap with the slideshow now which is great, but I need the collection grid Title to be hidden not the slideshow title if possible

appreciate your help

@Hamishellingham

Which collection grid tittle
name Please

@Zworthkey

all 6 of them please, I have the logo name in the image so I dont need “Kobelco” and “View All”

.featured-card__header {
    display: none !important;
}
@media only screen and (min-width: 750px){
.medium-up--one-third {
    width: 33.33333%;
    margin-top: 75px !important;
}}

@Hamishellingham
Add this code.

increase 75px value to 110px;

@Zworthkey

Thanks very much! Works perfectly

1 Like

@Hamishellingham
Kindly accept and like our Solution.