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