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

    Hi,

    I need to deviate from the default header font-size (H1, H2, H3, etc.) just partially in hard-coding, not generally – i.e. I want in the general set-up to stick to the pre-set default settings.

    However, what are the default pre-setting in terms of header font-sizes? I can see and change the font-size for the content (in general styling), but I cannot see the default setting of headers. I can change them in the expanded section (erweitertes Styling), but it just says “default” in all settings (font-size, line-height, etc.). Thus, I cannot see the base/default settings.

    Is there a table somewhere, where I can see the default settings of header font size, etc.?in terms of headers it is either % or an “em-ratio” – that’s my guess.

    Thanks for any reply,

    Holger

    #1283001

    first it is set to 100% in base.css ( inside the css folder )
    a little down that definition it is set to:

    /*default*/
    h1, h2, h3, h4, h5, h6 {
    /*	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; */
    	font-weight: 600; }
    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
    #top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong { color: inherit; }
    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; }  /*28*/
    h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; }  /*21*/
    h5 { font-size: 16px; line-height: 1.1em; }  /*17*/
    h6 { font-size: 14px; line-height: 1.1em; }

    the option in the Enfold settings dialog “Default content font size” sets the size for the body. Many font size definitions go back to this value

    #1283018

    Hi Guenni007,

    Thx for the fast response. Exactly what I was looking for.

    Thx a mill. and have a great day.

    Holger

    #1283175

    Hi Holger,

    Glad you got it working for you with Guenni007’s help! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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