Home › Forums › WoodMart support forum › Product category carousel with default setting and text centered › Reply To: Product category carousel with default setting and text centered
July 15, 2022 at 2:05 pm
#391277

Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.category-grid-item .wd-entities-title {
text-align: center;
width: 100%;
}
Best Regards