Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1001887

    Hi,

    I’d like to change my font stylings for headers on all pages, because I don’t like the size/capital letters of the current H1.

    H1 should look like H3 looks now,
    H2 should look like H4 looks now
    etc

    1) How can I do this without using CSS? I thought the Advanced Styling in the Enfold menu would be the right place, but changing settings there doesn’t have any effect.

    2) How can I find out the current settings for H1, H2, H3…

    Thanks

    #1001959

    Hey Colindie,

    Please refer to the following:

    Best regards,
    Jordan Shannon

    #1002159

    Hi Jordan, I’d like to see the current settings for H3, in order to transfer it to H1. Where can I do that?

    #1002257

    Hi,

    This is the default style of the h3 tag in your installation.

    h3 {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.1em;
        margin-bottom: 8px;
        color: #222222;
        font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.