Forums

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

  1. Ed Needham
    Member
    Posted 4 weeks 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 4 weeks 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

Reply

You must log in to post.

About this Topic