Okay
  Public Ticket #1158743
Colors and fonts
Closed

Comments

  •  2
    Russell Harrell started the conversation

    How do I change the default text size for content? How do I change the default background color for the page header (below the site header?

  •  2,010
    Ocean replied

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    body{ font-size: your size; }
    #subheader{ background: your color !important; }