Okay
  Public Ticket #1893248
Customize Project Header Font styling
Closed

Comments

  • D started the conversation

    Can not find where to control appearance of project title fonts. 

  •  8,996
    Tahir replied

    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):

    @media only screen and (max-width: 1500px) and (min-width: 1300px) {
        #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
            font-size: 54px !important;
            line-height: 54px !important;
        }
    }
    body #page-header-bg h1 {
        font-family: Source Sans Pro !important;
    }

    Thanks


    ThemeNectar Support Team 

  • D replied

    Do you mean in the main dashboard Salient options or on the individual page custom CSS field? 


    I've added to the main Salient css/script related field and it doesnt seem to make a difference. also there are several warning indicators - 

  •  8,996
    Tahir replied

    Hey Again,

    The css would work btw 1500px and 1300px screen size . Those warnings can be ignored and the !important should be in there .

    Best 


    ThemeNectar Support Team