Dawn Theme: remove from cart icon missing

The little trashcan icon is not showing when I add something to my cart( circled in yellow in photo). When I tap on the spot it should be it shows up and deletes the item. How do I make it visible all the time?

my shop is https://shop.fosterscreations.us

Hey @sfoster95

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.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hello Sfoster95,

You could try target in the custom css one off these:

.button button–tertiary{

color: red!important!;

}

.button{

color: red!important!;

}

.button–tertiary{

color: red!important!;

}

Your site is protected from watching it with console, I hope this is the solution for you, but I’m sure someone else has a better solution! I just took the color red as an example, it worked through console, but you have to find the right selector, that is why I put multiple in here!

Best,

Glenn

You see better solution!

1 Like

Glenn,

thank you so much. I am not sure how to make it available for watching in console mode. This is all very new to me.
Shannon

1 Like

Shannon,

That is no problem, it is better protected this way!

Glenn

Hi @sfoster95

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.button.button--tertiary {
    color: #000 !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

1 Like