Okay
  Public Ticket #361885
Portfolio page header formatting
Closed

Comments

  • Rob started the conversation

    Hi,

    I was wondering if there is some custom code I can enter into the CSS for the child theme or the salient custom css box that would allow me to change the page header format of portfolio items to something like H3 or H4?

    This would have to be specific to portfolio items only so I’m not sure what to look for

    Thanks!

    Rob


  •  8,435
    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: 26px !important;
    }
    
    Thanks 


    ThemeNectar Support Team