Cutomizing the Whisper theme for a single product

Hi

I just launched my shop using the Whisper theme. At this time I only have 1 product.

I would like all the details of my product to appear on the home page. At present you see the product image, title and the cart button. Hidden at the bottom right in small type is “View full details”. I would like to make it bigger or appear before the “Add to Cart”. Also would like to remove the shop Pay blurb on my home page if possible.

Thanks

Aviva (Salha Spice)

Not very familiar with this theme.

However, the “Custom CSS” setting is a common setting at the bottom of the section settings.

You can paste this code there to make your “View full details” larger:

.link.product__view-details {
  font-size: larger;
}

Can’t see anything about “Shop pay” though.