I need to get rid of the "View Full Details"

Topic summary

A user is experiencing an issue where clicking “View Full Details” on their product pages displays unwanted template elements, including empty text boxes and image placeholders. This problem appears across all product pages on their Shopify store.

Proposed Solution:
Another participant suggested adding the following CSS code to the end of the base.css file:

.product__view-details {
  display: none !important;
}

This CSS rule would hide the “View Full Details” section entirely. A screenshot was requested to confirm the exact element needing removal and provide more targeted assistance.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

When I click on my website to check and make sure it reads correctly, when I click on “View Full Details” it is bringing up filled text boxes and image boxes which look like it is a template.

I do not want the “view full details” on any of my products. It is showing on all product pages.

Thank you for your help

Rita

www.cappinitdesigns.org

Hi @bringingjoybout ,

Can you please attach screenshot of the section that you don’t want to show on the store front? I send you the correct code to hide that thing after you share the screenshot.

Thanks,

@bringingjoybout - add this css to the very end of your base.css file and check

.product__view-details {display: none !important;}