1)How to add padding between the header and product title for collection page and product page.
2)How to remove the installment payments text?
1)How to add padding between the header and product title for collection page and product page.
2)How to remove the installment payments text?
This is my website www.hayclon.com
Hello @zhiyuan ,
h1 {
padding-top: 10px !important;
}
div#ProductSection-product-template {
padding-top: 10px !important;
}
Hi there,
I have added the code above but the problem still persist.
The url is: https://www.hayclon.com/collections/product/products/lumiere-v1-0
h1.product-single__title {
padding-top: 10px !important;
}
Add this code in theme.scss or theme.css @zhiyuan
Thank you
Which text you want to hide.
Mark it.
@zhiyuan
Will you provide collaboration access so that we can help you. Easily
Thanks
Hello @zhiyuan ,
Thanks for your reply.
.page-width {
margin-top: 0px !important;
}
.atome-widget {
display: none !important;
}
div#hoolah-tagline {
display: none !important;
}
.grab_multi_line_widget.grab_widget.l_widget.size_m {
display: none !important;
}
Hope this will help you out.
It still doesn’t work for me. ive save the coding and refreshed.
Hello @zhiyuan ,
Can I send you the collaboration access request to perform the solution by me?