Okay
  Public Ticket #2528567
Larger Portfolio Page Header Subtitle
Closed

Comments

  • elianoricciwork started the conversation

    Hi, I'd like to make the font in my Portfolio's Page Header Subtitle larger. Is there any way to do so?
    Thanks ;)

  •  8,851
    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-header-bg .span_6 span.subheader, #page-header-bg span.result-num, body .row .col.section-title > span, .nectar-box-roll .overlaid-content .subheader {
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team