Change Font Size, Font Color and Font Family of 2017 Twenty Seventeenā€™s Site Description

Last updated on June 26th, 2022 at 11:41 am

Changing the default appearance of the site description of your 2017 Twenty Seventeen theme can be easily done by adding some CSS lines to your site’s code.

Change the Font Size of Twenty Seventeen Site Description

1. Go to WP Dashborad > Appearance > Customize > Additional CSS.

2. Paste the following code there.

body.has-header-image .site-description, body.has-header-video .site-description {
color: #8470ff;
opacity: 0.9;
font-family: verdana !important;
font-size: 20px;
}

3. Click on the Save & Publish button to save the changes.

For more personalized settings, just change the values for color, font-family and font-size.

Author: wpbackend

Content creator at wpbackend.com

Leave a Reply

Your email address will not be published. Required fields are marked *