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
A user seeks to remove the “View Full Details” button from their featured product section on their Shopify store.
Initial Request:
Proposed Solution:
.featured-product .product__view-details { display: none; } to the bottom of the base.css fileCurrent Status:
Note: Some text in the conversation appears reversed/encoded, suggesting potential formatting issues in the original thread.
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