There is no text in the button under 'your cart is empty'

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

Hey @aed47

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 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

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 tag

1 Like

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.

I did not find it the (edit default theme content), can you please help me?

Hi @aed47

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 tag