Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
im using dawn theme version 13.0.1 and ive realised my remove from chart button is black but my background colour is also black so you cant see the icon is there away to change the icon colour ?
Hey @sacredearthco
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
sent the url thru . please let me know if there is any thing i can do
Hey @sacredearthco
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>
.cart-item cart-remove-button {
color: white !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
hey thanks for your reply i cant seem to find the </body> tag file in theme.liquid
any chance you can help