Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #458394

    Hi guys,
    Can you give me some CSS to put all button text (and icon buttons) in lower case with starting capital. I’d like to get rid of all ‘all caps’ text in my current project.

    #458400

    Hi graphicsplus!

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

    body * { text-transform:none !important; }

    It will remove text transform globally

    Best regards,
    Yigit

    #458974

    Thanks! Perfect solution.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Button text in lower case’ is closed to new replies.