WordPress Themes, Plugins and HTML Templates › Forums › Arcane WordPress Theme › Change font has the title and subtitle (slogan) › Re: Change font has the title and subtitle (slogan)
June 5, 2016 at 1:31 pm
#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