Hello everyone!
I’m using the Dawn theme and I’m having some issues with the collection page and the product page. The “Select Options” button does not work properly, another button appears below it, which does nothing, and the products do not appear on the product page.
I have tried several ways to fix this. But I did not succeed. I think the problems are caused by the codes I added.
Which are:
Line 36 in card-product.liquid;
<div class="{% if card_product.tags contains 'xarici-anbar' %}xarici-anbar{% endif %} card-wrapper product-card-wrapper underline-links-hover">
Lines 1 to 9 in component-rating.css
.xarici-anbar::after {
position: absolute;
content: '';
background: transparent url(https://cdn.shopify.com/s/files/1/0670/2442/1161/files/xarici_anbar.png?v=1667398840) no-repeat center/contain;
width: 20%;
height: 20%;
top: 0px;
left: 0px;
}
(I had added these two pieces of code above to create a custom product label)
Lines 58 to 61 in component-mega-menu.css
.mega-menu__link--level-2 {
font-weight: bold !important;
font-size: 1.3rem;
}
this is for:
But when i delete the codes it doesn’t fix the problems. Please help to solve these problems.
Thanks


