Home Forums WoodMart support forum lowercase

lowercase

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32204

    ady66
    Participant

    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.
    #32211

    Artem Temos
    Keymaster

    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

    #32248

    ady66
    Participant

    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.

    #32261

    Artem Temos
    Keymaster

    Sorry, try to replace with the following one

    .woodmart-tltp .woodmart-tooltip-label {
       text-transform: none!important;
    }
    #32267

    ady66
    Participant

    Nice, working, thank you 🙂

    #32269

    Artem Temos
    Keymaster

    You are welcome!

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