Change Header Text Font and Size, Subheading Text and F

M Started by Milton · April 23, 2020 at 7:57 am · 3 replies 0 voices Last reply 6 years, 2 months ago
ST
Spiracle Themes Original poster
#4

Hi Milton,

Apologies for the misunderstanding.

There is no option for changing the font type in the free version. However, we can provide you CSS for the font size for both the heading and subheading

/* For heading */
.slide-bg-section h1 {
font-size: 35px;
}

/* For Sub heading */
.slide-bg-section p {
font-size: 20px;
}

Copy and paste it in Appearance -> Customize -> Additional CSS
Note: Change the number according to the requirements.

Best Regards

Post a reply

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

Replying to Change Header Text Font and Size, Subheading Text and F

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