Why isn't my cart icon appearing in the header with the DAWN theme?

Hello, the cart icon on my page is not showing and I don’t know how to make it appear. I have the DAWN theme.

Here is the link of my page https://alltherage.mx/

Hi @AllTheRage ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.header .header__icon--cart {
    display: block !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Thank you so much! It worked!