New Landing How can we help? Cardinal Header font

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #201519
    deejayhart
    Member
    Post count: 239

    Hi there – I’d like to change the top header to Lato 100 – not affecting h1,h2 etc, JUST the top heading. How can I do this,. please?

    Thanks!

    #201740
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Just not sure of what you want to change exactly.
    Is this one?

    https://www.dropbox.com/s/kmorc5ccdwk2ds1/Screenshot%202015-08-07%2008.35.07.png?dl=0

    If not provide the screenshot of the text you want to change.
    thanks

    -Rui

    #201791
    deejayhart
    Member
    Post count: 239

    Yes, exactly that – 88px, Lato 100. How to do? Also need to consider mobile responsive change?

    Related (it is too big also on mobile) look at new.inspiragraphgics.com/about – WEB DESIGN (actually h6 as I don’t use it elsewhere) is in capitals – why on earth? If you could fix these three issues I would be most grateful. Thanks!

    #201942
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    
    h1.entry-title {
        font-family: Lato;
        font-weight:100;
        font-size:88px;
    }
    
    /*Mobile size */
    @media only screen and (max-width: 767px){
        h1.entry-title {
            font-size:48px!important;
       }
    }
    

    Hope it helps.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register