Shopify themes, liquid, logos, and UX
Hello I am looking to hide "view full details" on this product section for this page. I am also wanting to change the "add to cart" button to be a different color. https://taleology.com/cart
Both of these I am looking to change on JUST this page so looking to do liquid code for it.
Solved! Go to the solution
This is an accepted solution.
Hi @Emma53,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.cart-template a.product__view-details.btn.btn--with-icon {
display: none !important;
}
.cart-template .product__block.product__block--buy_buttons,
.cart-template .product-form__submit {
background: grey !important;
}
This is an accepted solution.
Hi @Emma53,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.cart-template a.product__view-details.btn.btn--with-icon {
display: none !important;
}
.cart-template .product__block.product__block--buy_buttons,
.cart-template .product-form__submit {
background: grey !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025