Re: Change font has the title and subtitle (slogan)

#1706
admin
Participant

Hi,

I am supposed that you have enabled CSS Module of Jetpack plugin. Go to `Appearance > Edit CSS` and use the following CSS Code Snippet,

/* Site Title and Description Text Transform */
.site-title,
.site-description {
text-transform: none;
}[/CODE]

Thanks[CODE]/* Site Title and Description Text Transform */
.site-title,
.site-description {
text-transform: none;
}[/CODE]

Thanks