Okay
  Public Ticket #274266
Page Header Font Size
Closed

Comments

  • Justin started the conversation

    I'd like to make the font for both the Page Heading Title and Page Heading Subtitle much bigger on a few of my pages. 

    Is it possible to change this without affecting any other typography. I'm assuming it needs custom css but that's beyond me. Thanks in advance to anyone that can help.

  •  8,839
    Tahir replied

    Hey Justin!

    Please provide the page url so i can write up some. 

    Thanks


    ThemeNectar Support Team 

  • Justin replied

    http://projectxrestoration.com/about/water-damage/

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body.page-id-648 #page-header-bg .subheader {
        font-size: 38px !important;
    }
    body.page-id-648 #page-header-bg h1 {
        font-size: 54px !important;
    }
    
    
    
    You can copy paste and change the page id for the other pages. 
    Thanks


    ThemeNectar Support Team