Hi Enfold
How do I set the Item Text in a Catalogue to lower case ?
Alan :)
Hey Alan,
For lower case try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av-catalogue-title-container .av-catalogue-title {
text-transform: lowercase;
}
After applying the css, please clear your browser cache and check.
Or to show the capitalization on the frontend as you have typed it in the backend try this css instead:
.av-catalogue-title-container .av-catalogue-title {
text-transform: none;
}
Best regards,
Mike
Hey Mike
Yes that did it..
Thanks ;)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike