I want to change button colors in pop up cart? As you can see in screenshot view cart button has black background and text so its not visible but it’s clickable, while check button has black background and white text so it’s just showing check out text.
I want to change color of my buttons with white background and black text.
Hi @i_hussain
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hello @i_hussain ,
I understand you are looking to resolve the issue of ‘View Cart’ button on popup cart.
Please add the below mentioned code at the bottom of theme.liquid file and save.
-
Go To Online Store → Themes → Click three dots → Edit Code and open theme.liquid file https://prnt.sc/-6iLv6bHRRFd
-
Add the add code at the bottom of the file before body tag and save https://prnt.sc/XTPK1sdNdDJ-
Output will be like this → https://prnt.sc/4wnjVkfjO1fA
I hope the solution helps you.
Please share if you have any query.
Thank you.
1 Like
It working thank you for you help!.. but what about checkout how i can its background color? i want it exactly same like cart button.
Hello @i_hussain ,
Please add this code at the bottom of theme.liquid file before tag for making changes in Checkout button
Output →
I hope it helps.
Please share if you need any further assistance.
Thank you.
1 Like