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
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widgettitle {
text-transform: none;
}
Regards,
Yigit
Thanks as always Yigit!
I always know you have the answers!