Home Forums WoodMart support forum Product category carousel with default setting and text centered

Product category carousel with default setting and text centered

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #391106

    supp0rt
    Participant

    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

    #391277

    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

Viewing 2 posts - 1 through 2 (of 2 total)