Home Forums WoodMart support forum Set Categories in page title font format

Set Categories in page title font format

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

    ha21cn
    Participant

    Currently, the font format of Categories in page tile is Uppercase, but I want to set it to Capitalize, but I can’t find a place where I can set it. I tried to see if it can be set in the Typography > Advance option, but I didn’t find an option that can be set.

    Attachments:
    You must be logged in to view attached files.
    #615784

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> GLobal CSS section:

    ul.wd-nav-product-cat.wd-active.wd-nav.wd-gap-m.wd-style-underline.has-product-count.wd-mobile-accordion li.cat-item.cat-item-5986.wd-active a.category-nav-link {
        text-transform: capitalize;
    }

    Best Regards.

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