Re: Change Line Spacing and Font Size in Services

#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!