Debut theme - Text Column with Images (Remove heading and text) and add URL link for image

Hi

I am making changes to my website homepage using the Debut theme.

I want to remove the heading and text from being visible on the ‘Text Column with Images’ so underneath the image you just have the ‘Buy Now’ button.

Also, I would like a URL to be included when the user clicks on the image to take them to a collection page.

The preview URL link to view the page is https://o3cl84gx90jq5i94-37507465356.shopifypreview.com and I have provided a screenshot below.

Any help would be greatly appreciated!

1 Like

hello @gwilliams

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-1627916037eb11c2c3 .grid  .grid__item h3.h4 ,  #shopify-section-1627916037eb11c2c3 .grid  .grid__item .rte-setting{
	    display: none;
}

@gwilliams

sorry for this issue can you please share Text Column with Images section code so i will check and update

Thanks that code worked - but how can I add a URL when the user clicks on the images?