Change Font Size on Site Title, Tagline, and Home Page Buttons

B Started by Brady · April 7, 2018 at 5:31 pm · 1 reply 1 voice Last reply 8 years, 2 months ago
ST
Spiracle Themes Original poster
#2

Hi Brady,

You can use the CSS below to change these

/* for site title */
.slide-bg-section h1{
font-size: 35px;
}

/* for site description */
.slide-bg-section p{
font-size: 14px;
}

/* Home page buttons */
.slide-bg-section .read-more a, .slider .slider-button .read-more a{
font-size: 11px;
}

You can change the px numbers according to your need

Copy and paste the above CSS in Appearance -> Customize -> Additional CSS

Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Change Font Size on Site Title, Tagline, and Home Page Buttons

By posting, your reply becomes public (unless marked private).