WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Change Line Spacing and Font Size in Services › Re: Change Line Spacing and Font Size in Services
August 17, 2013 at 8:06 pm
#924
admin
Participant
Hi lotus,
You are going to target specific area about font changes in the Services widget.
Services Class Reference:
Services Widget content is wrapped in a class “widget_services-wrapper” so you can implement your CSS styling by using this class. Example
.widget_services-wrapper {
line-height: 22px;
font-size: 18px;
}[/CODE]
Enjoy![CODE].widget_services-wrapper {
line-height: 22px;
font-size: 18px;
}[/CODE]
Enjoy!