Product category carousel with default setting and text centered
-
Hello,
I am trying to find a setting to center the text on the product category element using the first preset (CATEGORIES STYLES > Categories design > Default), but I can not find it anywhere. You can check the link below to see how it looks now, and if it is possible to center the text that is below the image.
Best Regards
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