Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #29562

    Hello,

    I need to disable ALL uppercases (heading, widgets, notifications etc).

    Which css should i edit, or is there any easier way?

    Thanks !

    #140998

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling

    body { text-transform:lowercase!important; }

    Regards,

    Yigit

    #140999

    I did it “none” because I’d like the first letter to be upper, but the icon’t list header is still uppercase.

    Thanks !

    #141000

    Hi,

    If that is the case you can use

    body { text-transform: capitalize!important; }

    it will capitalize first characters

    Regards,

    Yigit

    #141001

    What about the uppercase in the “icon’s list” header?

    They are stiil caps

    #141002

    Hi,

    Can you post the link to your website?

    Regards,

    Yigit

    #141003
    #141004

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .avia-icon-list .iconlist_title { text-transform: capitalize!important; }

    Regards,

    Yigit

    #161474

    Now it works !! (text-transform: none)

    #161491

    Hi,

    Glad it works. Let us know if you have any other questions :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Disable uppercase’ is closed to new replies.