Set Categories in page title font format
-
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.
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.
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.
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
The website information is already below. I hope to find a solution as soon as possible.
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.