Home › Forums › WoodMart support forum › Hide elements from website › Reply To: Hide elements from website
January 8, 2022 at 10:34 am
#344117
Aizaz Imtiaz Awan
Keymaster
Hello,
2. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
a.button.product_type_variable.add_to_cart_button.add-to-cart-loop {
display: none;
}
4. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.related-and-upsells .slider-title {
text-align: center;
}
Best Regards