Comments comunicacionuchur started the conversationNovember 24, 2017 at 6:10pmHi! I'm using Featured Slider's style 3 and I need to do some things with this style: 1) Change the font size for the title. 2) Avoid the title from being cut 3) Shorten the slider's height4) Widen the title box 2,700PenciDesign repliedNovember 25, 2017 at 2:56amHi,To do that, please add more this code to Customize > Custom CSS: @media only screen and (min-width: 768px){ .featured-style-3 .penci-featured-content .feat-text h3 a { font-size: 35px; } .featured-style-3 .penci-owl-carousel .penci-image-holder:before{ height: 400px; } .featured-style-3 .penci-featured-content .feat-text{ max-width: 600px; } }Best Regards,PenciDesign Sign in to reply ...
Hi! I'm using Featured Slider's style 3 and I need to do some things with this style:
1) Change the font size for the title.
2) Avoid the title from being cut
3) Shorten the slider's height
4) Widen the title box
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign