Home › Forums › WoodMart support forum › lowercase lowercase This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 9, 2018 at 9:11 am #32204 ady66Participant Hello, I need the second word to start with a small letter, for example: Quick view, Add to wishlist. See please the attached image, thank you. Attachments:You must be logged in to view attached files. January 9, 2018 at 9:34 am #32211 Artem TemosKeymaster Hello, Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. .tooltip { text-transform: lowercase; } .tooltip:first-letter { text-transform: uppercase; } Regards January 9, 2018 at 11:06 am #32248 ady66Participant Thank you for fast reply. I add this code to Theme Settings –> Custom CSS –> Global Custom CSS saved the settings and cleared the cache of WordPress and the browser, but not working. January 9, 2018 at 1:11 pm #32261 Artem TemosKeymaster Sorry, try to replace with the following one .woodmart-tltp .woodmart-tooltip-label { text-transform: none!important; } January 9, 2018 at 1:18 pm #32267 ady66Participant Nice, working, thank you 🙂 January 9, 2018 at 1:19 pm #32269 Artem TemosKeymaster You are welcome! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register