Okay
  Public Ticket #2176230
Page Heading Font
Closed

Comments

  • joselopezfernandez started the conversation

    Good morning, I have a problem with title in pages and posts, I would like to put a very large font size in the title on the pages so that it looks good over the images, but then the same font size is used in the posts and it is not good, that is, I would like to know if it is possible to use a font size in pages, and a different one in posts.

    Thank you.

    Jose

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body.page-template #page-header-bg h1 {
        font-family: Helvetica, sans-serif;
        text-transform: none;
        font-size: 70px !important;
        line-height: 70px !important;
    }

    Thanks


    ThemeNectar Support Team