Okay
  Public Ticket #317985
Portfolio Item title: How to change font size
Closed

Comments

  • Thomas started the conversation

    Poking in the css I can't find the option how to add a line of custom css code to change the font size for the portfolio item title on top. Do you have some hint?

    Thanks, Thomas

  • Thomas replied

    Found it. 

    Salient -> Typography -> Heading 1

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio .row .col.section-title h1 {
        font-size: 25px !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Thomas replied

    Thanks a lot!