Shopify themes, liquid, logos, and UX
Hi there,
I was hoping to get some help with editing my websites theme. A couple things are bugging me that i can't fix. The background of my website is dark so naturally my text is white except in the cart page it is black. The problem is I can't change it. Help would be appreciated.
Hi @breezypcs
This is David at SalesHunterThemes.
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Here is the store url:
https://edce24-2.myshopify.com/password?_fd=0
the password is: skeish
for page url it’s a general problem the black font on dark background. So any help in that regard would be much appreciated.
Hi @breezypcs
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
a.cart-item__name.h4.break {
color: white;
}
.quantity-input.quantity.cart-quantity {
color: white;
}
.cart-remove-button .icon-remove {
color: white;
}
.quantity__button svg {
color: white;
}
form#cart { color: white; }
Goode Evening,
Thanks so much for this solution it has mostly worked. However as you can see in the image below it hasn't done what yours did and I am a bit confused.
if you have any way for me to fix this that would be greatly appreciated!
Hello @breezypcs
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.
.focus-none {
background: #fff !important;
}
.quantity__button {
color: #fff !important;
}
input#Quantity-1 {
color: #fff !important;
}
#shopify-section-template--19854137590109__cart-items h1 {
color: #000 !important;
}
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024