Cutomizing the Whisper theme for a single product

Topic summary

A shop owner using the Whisper theme with a single product wants to customize their homepage product display.

Current Issue:

  • Product details are hidden; only image, title, and cart button are prominently visible
  • “View full details” link appears in small text at bottom right

Requested Changes:

  • Make “View full details” link larger or reposition it before the “Add to Cart” button
  • Remove Shop Pay messaging from the homepage

Suggested Solution:
A CSS code snippet was provided to increase the “View full details” link size by adding it to the theme’s Custom CSS settings (found at the bottom of section settings):

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

Status: The Shop Pay removal request remains unaddressed. The discussion appears ongoing with a partial solution provided.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

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.