Comments comunicacionuchur started the conversationNovember 15, 2017 at 7:02pmHi! I want to change the title size on the featured slider. I'm using style 2.Thanks!comunicacionuchur repliedNovember 15, 2017 at 7:54pmAlso, how do I make the whole slider shorter? 2,700PenciDesign repliedNovember 16, 2017 at 3:55amHi,1/ To change the size of title on the featured slider style 2, please add more this code to Customize > Custom CSS: .penci-featured-content .feat-text h3 a{ font-size: 28px; }Change number 28 to value you want.2/ I see you did changed this code from style.css of this theme to 1500px: .featured-style-2 .penci-owl-carousel .owl-item .item{ width: 1500px; }by default, this has width is 900pxIf you want to change it, please add more this code to Customize > Custom CSS: .featured-style-2 .penci-owl-carousel .owl-item .item{ width: 750px; }Change number 750 to value you want.Best Regards,PenciDesign Sign in to reply ...
Hi! I want to change the title size on the featured slider. I'm using style 2.
Thanks!
Also, how do I make the whole slider shorter?
Hi,
1/ To change the size of title on the featured slider style 2, please add more this code to Customize > Custom CSS:
Change number 28 to value you want.
2/ I see you did changed this code from style.css of this theme to 1500px:
by default, this has width is 900px
If you want to change it, please add more this code to Customize > Custom CSS:
Change number 750 to value you want.
Best Regards,
PenciDesign