How do i remove this section from my product pages?
https://texanmattress.com/collections/ghostbed/products/ghostbed-grande-mattress
How do i remove this section from my product pages?
https://texanmattress.com/collections/ghostbed/products/ghostbed-grande-mattress
@Lheilers which section exactly?
@Lheilers Use this CSS at the bottom of the theme.css. if you are talking about this section
div#shopify-section-101-nights {
display: none;
}
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
@Lheilers simple and easy solution
In Shopify Admin go to online store > themes > actions > edit code > theme.css
paste this code at the bottom
#shopify-section-101-nights {
display: none !important;
}
check the results