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

Set Categories in page title font format

Viewing 6 posts - 1 through 6 (of 6 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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

    #615841

    ha21cn
    Participant

    I have set the CSS according to your requirements and cleared the browser cache to view it, but the CSS code does not take effect.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #616134

    ha21cn
    Participant

    The website information is already below. I hope to find a solution as soon as possible.

    #616456

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to use the below custom CSS code and delete the old given custom CSS:

    .wd-nav[class*="wd-style-underline"] .nav-link-text {
        text-transform: capitalize !important;
    }

    Best Regards.

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