Forums

can't get new header pic to show (2 posts)

  1. Ed Needham
    Member
    Posted 2 years ago #

    a couple of pics have worked but now not the one i want.

    also, how can i change font and font size of header and header description.

    thanks.

  2. AntonShevchuk
    Member
    Posted 2 years ago #

    For change font - open "Font" tab on customize theme page.
    For change font size - use CSS tab and write following code

    #header h1 {
        font-size: 2.0em !important; /* default size */
    }
    #header h2 {
        font-size: 1.8em !important; /* default size */
    }

    Header description - it's "WordPress Description" value - change it on page Settings -> General

Topic Closed

This topic has been closed to new replies.

About this Topic