Header font

  • trailsnet

    #10741

    I’d like to change the font & font size in my Graphene themed header. I would greatly appreciate if someone could help me find a way to do that.

    Thanks!!

    Admin

    Syahir Hakim

    #46680

    You can use this sample code in the Custom CSS feature (modify as necessary):

    #header .header_title {
    font-family: 'Times New Roman';
    font-size: 44px;
    }
    #header .header_desc {
    font-family: 'Times New Roman';
    font-size: 32px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.