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;
}
Can not find where to control appearance of project title fonts.
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):
Thanks
ThemeNectar Support Team
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 -
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