Home › Forums › WoodMart support forum › Modify Prodct Style › Reply To: Modify Prodct Style
June 10, 2021 at 7:57 am
#298818
Aizaz Imtiaz Awan
Keymaster
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