Okay
  Public Ticket #286615
Page Header Font Size on Blog page
Closed

Comments

  • David started the conversation

    I followed the custom css instructions on ticket #274266 to target my page heading title and subtitle for a few pages and size them differently.  Worked perfectly.

    However, when I try to follow the same procedure for adjusting these font sizes in the header of my blog page, it doesn't work.

    Any suggestions?  Thanks!

  •  8,839
    Tahir replied

    Hey!

    Try this. Add this into the Custom CSS box located in your Salient Options panel :
    body.blog #page-header-bg .subheader {
        font-size: 38px !important;
    }
    body.blog #page-header-bg h1 {
        font-size: 54px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • David replied

    Thank you for the quick reply and the help.  Problem solved.