Okay
  Public Ticket #1045488
changing header subtitle font size
Closed

Comments

  •  2
    Tim Kreutzer started the conversation

    I am working on a header and subtitle over my header image. I am trying to increase the header subtitle font, but can't make it work. I changed the font size for header subtitle under typography but that did not change anything. Any assistance would be great. Thanks.

  •  2,743
    Andrew replied

    Hi Tim,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    body #page-header-bg .span_6 span.subheader {
        font-size: 20px!Important; /*you may change the number here to whatever font size you'd like*/
    }

    Please let me know if that works :)

    Cheers! 

  •  2
    Tim Kreutzer replied

    Thanks Andrew,


    Worked like a charm!