Okay
  Public Ticket #2015323
How to change the font size of entry title
Closed

Comments

  • giancarlo_gallardo started the conversation

    How change the font size of entry in my web? 

  •  8,994
    Tahir replied

    Hey ,

    Simply change the  "Heading 1" Field in Salient Theme Options Panel -> Typography Section .

    best 


    ThemeNectar Support Team 

  • giancarlo_gallardo replied

    HEADING 1 Field only apply in page head, not in entry page

  •  8,994
    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):

    .single:not(.material) #page-header-bg.fullscreen-header h1 {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • giancarlo_gallardo replied

    Work it!!! thank you :)