Change font size of SubHeading Text for the home section
May 6, 2021 at 3:22 pm
Can’t see where to change the size of that text.
Replies (1)
-
May 6, 2021 at 3:22 pm
Can’t see where to change the size of that text.
-
May 7, 2021 at 5:53 am
Hi Bill
Use the following CSS to do that
.slide-bg-section p {
font-size: 25px;
}Copy and paste it in Appearance -> Customize -> Additional CSS
Note: You can increase/decrease the number 25 according to the requirements
Best Regards