Hi,
I have been playing around with this for days and and struggling to figure it out!
I really like the text format of the special header “Heading Style Modern”. Is there a way for me to use this as the default style in text boxes, for the header font and body text? I would like to be able to use this style and then just have the option to change font size as necessary.
Thanks!
Hey procurement!
Thank you for using Enfold.
We need to see the current special heading format. Please send us a link to a test page. You can adjust font style on General Styling > Fonts > Defines the Font for your body text option.
Best regards,
Ismael
Please see private message
Hey!
You can change the default content font size to 18px in the general layout settings as shown below:
http://i.imgur.com/GxrI7XK.png
Then change the main content font color to #222222:
http://i.imgur.com/o9Wmm5Y.png
Alternatively, you can simply paste the below css into your custom css section:
.avia_textblock {
font-size: 18px !important;
color: #222222 !important;
}
Best regards,
Dake
Thanks Dake, I will check this out!
Hi!
Please do so and let us know so we can mark the thread as resolved or assist you further :)
Cheers!
Yigit
Hi,
When I tried it, it appears that the font weight is heavier. Is there a way for me to adjust the font weight? I am using open-sans.
Thanks
Phil
Hey!
you can use
font-weight: 100;
inside your code and adjust it to 200, 300, 400 or even higher, as needed.
Best regards,
Andy
Awesome, thank you very much. You can now mark this as closed :)