Comments Wim started the conversationJuly 31, 2014 at 2:22pmI tried to adjust the font-size/-type and line-height for the caption font used in the Home Slider.- Tried to add custom CSS in the homepage;-Tried adjusting the class #featured article .post-title h2 span (and shorter/higher versions);-Tried putting this CSS-element in a new orbit.css to be placed in my child-themeNothing works... Need help.Much appriciated. Thanks in advance!Wim 8,839Tahir repliedAugust 1, 2014 at 5:50amHey!Add this into the Custom CSS box located in your Salient Options panel :body #featured article .post-title h2 span { color: #EE8585 !important; font-size: 44px !important; line-height: 67px !important; font-family: 'OpenSansLight' !important; } body #featured article .post-title h2 { margin-top: 50px !important; } Cheers ThemeNectar Support Team Wim repliedAugust 5, 2014 at 4:18pmThanks! This works for desktop. On mobile the line-height isn't showing however...Wim 8,839Tahir repliedAugust 6, 2014 at 5:39amHey Again!Please use thie revised css. Add this into the Custom CSS box located in your Salient Options panel :body .orbit-wrapper #featured article .post-title h2 span { color: #EE8585 !important; font-size: 44px !important; line-height: 67px !important; font-family: 'OpenSansLight' !important; } body .orbit-wrapper#featured article .post-title h2 { margin-top: 50px !important; } @media only screen and (max-width : 480px) { body .orbit-wrapper #featured article .post-title h2 { margin-top: -50px !important; } } Thanks ThemeNectar Support Team Sign in to reply ...
I tried to adjust the font-size/-type and line-height for the caption font used in the Home Slider.
- Tried to add custom CSS in the homepage;
-Tried adjusting the class #featured article .post-title h2 span (and shorter/higher versions);
-Tried putting this CSS-element in a new orbit.css to be placed in my child-theme
Nothing works... Need help.
Much appriciated. Thanks in advance!
Wim
Hey!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Thanks! This works for desktop. On mobile the line-height isn't showing however...
Wim
Hey Again!
Please use thie revised css. Add this into the Custom CSS box located in your Salient Options panel :
Thanks
ThemeNectar Support Team