Home Close Widget Font

QuestionsCategory: CustomizationHome Close Widget Font
Meaghan asked 5 years ago

I’m using the Hello Rose template and the title font for the Home Close widget is different than the rest of the design. How do I get it to match?

1 Answers
Support Team Staff answered 5 years ago

To get it to match the cursive, you can add this to your style sheet,  or by going to Appearance > Customize > Additional CSS
.home-close .widget-title {
font-size: 8.0rem;
font-family: ‘DSS’;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-transform: none;
}
After you add it be sure to clear your hosting cache and also your browser cache.

Meaghan replied 5 years ago

Thanks, that worked perfectly.