Comments garthmcr started the conversationMay 26, 2018 at 10:35amHi I have the pencil slider 1 enabled, Is it possible to get rid of the black boxes that appear behind the text? I would also like to increase the size of the text on the pencil slider aswell if possible? 2,700PenciDesign repliedMay 26, 2018 at 3:52pmHi,To do that, please add more this code to Customize > Custom CSS: .pencislider-container .pencislider-content .pencislider-title span, .pencislider-container .pencislider-content .pencislider-caption span{ background: none; padding: 0; } @media only screen and (min-width: 769px){ .pencislider-container .pencislider-content .pencislider-title{ font-size: 40px; } .pencislider-container .pencislider-content .pencislider-caption{ font-size: 20px; } }Change number 40 & 20 on the above code to any value you want.Best Regards,PenciDesigngarthmcr repliedMay 26, 2018 at 4:41pmPerfect. Thank you! Sign in to reply ...
Hi I have the pencil slider 1 enabled, Is it possible to get rid of the black boxes that appear behind the text? I would also like to increase the size of the text on the pencil slider aswell if possible?
Hi,
To do that, please add more this code to Customize > Custom CSS:
Change number 40 & 20 on the above code to any value you want.
Best Regards,
PenciDesign
Perfect. Thank you!