aed47
August 22, 2023, 11:49am
1
Hello, I’m using Dawn Theme and I’ve had two problems.
1 - there is no text under the ‘your cart is empty’ (which is ‘Karfan þín er tóm’ in this case) look at the image below
2 - when I add something to cart it just shows checkout but it doesn’t show the button above it :
The theme I use is Dawn theme and the website is ingling.is
Thanks in advance!
Hi @aed47
Can you please share store URL?
Hey, there is text it is just white colored
try to play with the theme colors, or just add the following code to the bottom of your base.css file.
.button, .button-label, .shopify-challenge__button, .customer button {
color: black !important;
}
1 Like
Moeed
August 22, 2023, 12:32pm
4
Hey @aed47
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like
aed47
August 22, 2023, 2:02pm
6
Thank you this worked! Any suggestions to solve the second problem?
(2 - when I add something to cart it just shows checkout but it doesn’t show the button above)
Hey, seems like your button text is empty. Go to Online store>Themes then click the three dots next to Customize and click Edit default theme content, there you will find the “cart-notification-button” and change it as you wish.
aed47
August 22, 2023, 4:14pm
8
I did not find it the (edit default theme content), can you please help me?