how to change the title to capitalisation?
-
Can i change the word is the first word is uppercase, other is lower case?
EXAMPLE
HOW LONG WILL DELIVERY TAKE? change to-> How long will delivery take?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the page to check it myself and help you out accordingly.
Best Regards
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-accordion-title-text {
text-transform: unset;
}
Best Regards