This topic is empty.
-
AuthorPosts
-
-
MiltonGuestHi Krystal
Please may I have the Custom CSS for changing the header text and sub-header text font and size, putting in my own font that is aligned to my brand.
Thank yo
-
Spiracle ThemesGuestHi Milton,
I guess you’re asking for this section. Check screenshot below
The font size and the font can be easily changed from the Elementor Page itself. Check video below
Let us know if you have any questions
Best Regards
-
miltonGuestThis reply has been marked as private. -
Spiracle ThemesGuestHi 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
-
-
AuthorPosts