Shopify themes, liquid, logos, and UX
I'd like to change the add to cart button to black with white text. I'm using the pipeline theme.
Thank you!
Solved! Go to the solution
This is an accepted solution.
.product__submit__buttons .btn--primary.btn--outline {
--btn-text: #fff;
--btn-bg-hover: #fff;
background: #000;
}
.product__submit__buttons .btn--primary.btn--outline:hover {
background: #fff;
color: #000;
border-color: #000;
}
result
This is an accepted solution.
.product__submit__buttons .btn--primary.btn--outline {
--btn-text: #fff;
--btn-bg-hover: #fff;
background: #000;
}
.product__submit__buttons .btn--primary.btn--outline:hover {
background: #fff;
color: #000;
border-color: #000;
}
result
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025