Shopify themes, liquid, logos, and UX
Hello there, I'm wanting to add a white box around the checkout text as shown. Exactly like the go to cart one. Thank you 🙂
Solved! Go to the solution
This is an accepted solution.
Hey @emmawoolford ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->index.css->paste bellow code in bottom of file.
.quick-cart__buy-now {
border: 1px solid #fff !important;
}
.quick-cart__buy-now:hover {
border: 1px solid #e1c4a7!important;
}
If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
This is an accepted solution.
Hey @emmawoolford ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->index.css->paste bellow code in bottom of file.
.quick-cart__buy-now {
border: 1px solid #fff !important;
}
.quick-cart__buy-now:hover {
border: 1px solid #e1c4a7!important;
}
If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
Thank you so much! I was wondering if i could change the colour background when someone clicks like the checkout one, would like the colours to be the same not transparent image follows, thank you
Hi @emmawoolford !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please paste this code at the bottom of Index.css under assets in theme code files:
a.quick-cart__buy-now btn btn--primary btn--medium btn--full visible {
border: 2px solid!important;
}
Best Regards;
Pagefly
Hello there,
that didnt work for my 2nd question unfortunately 😞
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024