How to get rid of view full details on featured product

Topic summary

A user seeks to remove the “View Full Details” button from their featured product section on their Shopify store.

Initial Request:

  • User shared a screenshot showing the unwanted button on their product display
  • Provided their website URL for reference

Proposed Solution:

  • A support representative from SalesHunterThemes suggested adding CSS code to hide the button
  • Recommended adding .featured-product .product__view-details { display: none; } to the bottom of the base.css file
  • Provided navigation path: Themes > Edit code > Assets > base.css

Current Status:

  • The CSS solution did not work as intended
  • User reports the “View Full Details” button remains visible after implementing the code
  • Issue remains unresolved and requires further troubleshooting

Note: Some text in the conversation appears reversed/encoded, suggesting potential formatting issues in the original thread.

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

Hi guys I need help with my featured product, I want to get rid of this view full details button, shown below:

any help is greatly appreciated!

Here is website:

https://brickbuildzz.com/products/large-custom-lego-set-600-1000-pieces

Hi @BrickBuidz

This is David at SalesHunterThemes.

Thank you for your question.
You can try follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

.featured-product .product__view-details {
display: none;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

this just added the photos but the view full details are still there