Home Forums WoodMart support forum WOODMART CUSTOMIZATION Reply To: WOODMART CUSTOMIZATION

#346054

Hello,

1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woocommerce-cart .page-title {
    padding: 80px 0;
}

2) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woocommerce-checkout .page-title {
    padding: 80px 0;
}

3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

li.cat-item.cat-item-1298 {
    font-weight: bold;
}

Best Regards