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

    Hi Guys,
    Is there a way to change the text that is in the title section of text widget, in sidebar, to upper and lower case?
    see my example page
    http://andertondtistr.wwwsr11.supercp.com/about-our-office/
    The text named “Dentist in State College PA” upper right, is showing in ALL CAPS

    is there some quick css code to adjust that?

    thanks for your help

    #559604

    Hey!

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

    .widgettitle {
        text-transform: none;
    }

    Regards,
    Yigit

    #560861

    Thanks as always Yigit!
    I always know you have the answers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Lowercase the Text Widget Title’ is closed to new replies.