Mainpagee Website url: https://monchermoi.com/
Product Page url: https://monchermoi.com/products/croissant-ring-chocolate
One extra question is how to move soldout badge for products on mainpage to top left of image.
best,
MCM
Mainpagee Website url: https://monchermoi.com/
Product Page url: https://monchermoi.com/products/croissant-ring-chocolate
One extra question is how to move soldout badge for products on mainpage to top left of image.
best,
MCM
hello @iamdawnumcm
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-index .grid .product-item .product-item__link-wrapper .product-item__meta__inner .product-item__price-wrapper {
font-size: 22px;
}
.template-index .grid .product-item .product-item__link-wrapper .product-item__meta__inner .product-item__sold-out {
position: absolute;
top: -50%;
}
Hi. Thanks a lot for your reply.
However, there is not a theme.css in Dawn theme.
Can you show me how to do it in Dawn theme?
Best,
Hi Natztech,
I think it was my mistake to send you the link as the current theme Atlantic.
However, my questions are for the Dawn theme that I am building right now.
I have find out how to share the dev Dawn theme- website. The link is this :https://8cyko4c7mq67317h-42324328597.shopifypreview.com
Thanks again for you patience!
My questions are :
Best,
hello @iamdawnumcm
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
.collection .price__regular {
font-size: 14px;
}
.product .product__info-container .price.price--large{
justify-content: center;
}
.product .product__info-container .quantity {
margin: 0px auto;
}
Good Evening Natztech,
Those codes work perfectly fine for me!
I have two more questions.
2.How can I have the permanent sticky logo + menu bar header when user scroll down&up?
Sincerely for your patience!
Good Evening Natztech,
Those codes work perfectly fine for me!
I have two more questions.
2.How can I have the permanent sticky logo + menu bar header when user scroll down&up?
Sincerely for your patience!