Home Forums WoodMart support forum Hide elements from website Reply To: Hide elements from website

#344117

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