Home Forums WoodMart support forum Lowercase Categories

Lowercase Categories

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

    Hi, how can I make the Categories transform in lowercase?

    Thanks!

    #375924

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .wd-product-cats a {
        text-transform: lowercase;
    }

    Best Regards

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