Home Forums WoodMart support forum Photo Reply To: Photo

#558918

Hello,

Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

.wd-product .wd-buttons {
    background: none;
}

.wd-buttons .wd-action-btn>a:before, .wd-buttons .wd-action-btn>a:after {
font-size: 14px !important;
}

Best Regards.