Shopify themes, liquid, logos, and UX
Please see attached photo below. The background colour of the cart drawer i would like to keep, however, it would be nice to change the text colour of the "checkout" button as it is the same as the button colour, so you cannot read it.
Could someone please provide me with some code or where to amend code to change colour of the text on this button only?
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hey @mightymeatpie
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
button.button.button--primary.button--full-width {
color: black !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @AuthorAngel
Its Artzen Technologies! We will be happy to help you today.
please send your store url
Let me know if need further assistance
Regards,
Artzen Technologies
Hey @mightymeatpie
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hello @mightymeatpie
Please provide your store URL, so I can review it and provide a solution.
You can try to add this code before </head> of your theme.liquid file and then check again
<style>
#CartDrawer-Checkout { color: #000 !important; }
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Ahh thank you! I will check if this works. And i assume i just put in the colour code for the colour i desire?
Cheers,
Max
Unfortunately it did not work. My website link is ambiesound.au.
This is an accepted solution.
Hey @mightymeatpie
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
button.button.button--primary.button--full-width {
color: black !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You're a bloody legend cheers! it worked!
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Is your assistance service free ongoing?
Hello @AuthorAngel
Its Artzen Technologies! We will be happy to help you today.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code. -> theme.liquid file.
Go Assets folder Add the following code in the bottom of the file above </body> tag
<style>
button.button.button--primary.button--full-width {
color: black;
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
Worked cheers!
Hello @mightymeatpie
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
button.button.button--primary.button--full-width {
color: #000 !important;
}
I tried another method already but thank you for your help.
Dropshipping, 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, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024