Hello. I am using the venture template. I would like to remove the images circled, so I can only show the featured collection photo that can lead you to collection when you click on that. How do I edit the code to do so?
website link:
Hello. I am using the venture template. I would like to remove the images circled, so I can only show the featured collection photo that can lead you to collection when you click on that. How do I edit the code to do so?
website link:
@urbanhouseTV - please add this css to the very end of your theme.scss file , it is for this section only
#shopify-section-1618278569279360c9 .grid--uniform collection .grid__item{display:none; visibility:hidden;}
#shopify-section-1618278569279360c9 .grid--uniform collection .collection__cover{display:block; visibility:visible;}
Okay. I only see theme.scss.liquid. Or is there another place I can put it? I put that at the end and clicked preview, but I saw no change.
@urbanhouseTV - that’s the file, please add to very end of it
Okay. I added it to end of the file and still saw no change. I will try again later and see!
@urbanhouseTV try this code for remove the circled images.
#shopify-section-1618278569279360c9 .grid--uniform .grid__item{
visibility:hidden;
}
#shopify-section-1618278569279360c9 .grid--uniform .collection__cover{
visibility:visible;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.css.liquid