Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #487870

    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!

    #488092

    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

    #488118

    Please see private message

    #488393

    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

    #490536

    Thanks Dake, I will check this out!

    #490813

    Hi!

    Please do so and let us know so we can mark the thread as resolved or assist you further :)

    Cheers!
    Yigit

    #490945

    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

    #491399

    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

    #491773

    Awesome, thank you very much. You can now mark this as closed :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Using "Heading Style Modern" as default text style’ is closed to new replies.