• Hello,

    I could use a bit of guidance in learning how to make the header text in Parament a little bit larger and to perhaps change the font, if it’s possible. I don’t want to upload my own image, I’d rather just tweak the size and look of the text.

    My blog is MakingCentz.com.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Tim418,

    You can put this code on your custom css file editor:

    #branding {
        min-height: 0px !important;
    }  
    
    h1#site-title {
        font-size: 10px !important; ----> this is your site title
    }
    
    h2#site-description {
        font-size: 10px !important; ----> this is your site desc.
    }
    Thread Starter Tim418

    (@tim418)

    Thank you. I did this, but it had no impact on the header appearance. Not sure what I’m not doing right.

    I resized the header I made in Photoshop.
    For example: original width is 900, height is 200
    I resized it to 713 width, 150 height.

    I the original proportions are changed, both height and width need to be changed.

    Hi there Tim418, to enlarge your Site Title and change the font, try this code:

    #site-title a {
       font-size: 50px;
       font-family: Georgia, "Times New Roman", serif;
    }

    You can get different web-safe “font stacks” here if you prefer something else:

    https://cssfontstack.com/

    Let me know how it goes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I tweak header size and font in Parament?’ is closed to new replies.