Comments 2Fjura started the conversationMay 1, 2019 at 6:37amHello,may I ask if its possible to center the headline for the Penci Post Slider widget and change its color? Please see the screenshot attached.thank you 2,700PenciDesign repliedMay 1, 2019 at 12:00pmHi,Please add more this code to Customize > Custom CSS to do that: .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; color: #ff0000; } .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail:hover { color: #0000ff; } One is color for normal color - one is color for hoverChange it to any color as you want.Best Regards,PenciDesign 2Fjura repliedMay 1, 2019 at 12:41pmHi,thank you, the centering did work but the color is still the same, I added it like this: .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; color: #F78B40; } .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail:hover { color: #F78B40; } 2,700PenciDesign repliedMay 2, 2019 at 2:31amHi,Please try again with this code: .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; } .widget .penci-widget-slider .penci-widget-slide-detail h4 a{ color: #F78B40; } Best Regards,PenciDesign 2Fjura repliedMay 2, 2019 at 2:50pmHi,I tried it but it did not change, maybe something is overwriting it 2,700PenciDesign repliedMay 2, 2019 at 4:18pmHi,Ok, please try again with this code: .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; } .widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a, .widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a:hover{ color: #F78B40; } Best Regards,PenciDesign 2Fjura repliedMay 2, 2019 at 4:23pmawesome, that worked, thank you very much! Sign in to reply ...
Hello,
may I ask if its possible to center the headline for the Penci Post Slider widget and change its color? Please see the screenshot attached.
thank you
Hi,
Please add more this code to Customize > Custom CSS to do that:
One is color for normal color - one is color for hover
Change it to any color as you want.
Best Regards,
PenciDesign
Hi,
thank you, the centering did work but the color is still the same, I added it like this:
Hi,
Please try again with this code:
Best Regards,
PenciDesign
Hi,
I tried it but it did not change, maybe something is overwriting it
Hi,
Ok, please try again with this code:
Best Regards,
PenciDesign
awesome, that worked, thank you very much!