Home Forums WoodMart support forum Modify Prodct Style Reply To: Modify Prodct Style

#298818

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.product-grid-item .price, h3.wd-entities-title {
    text-align: left;
}

.wd-action-btn.wd-style-icon>a:before {
    color: white;
}

Best Regards