Home Forums Luzuk Vancura Pro – Change of Slider Font Size Reply To: Vancura Pro – Change of Slider Font Size

#42349
User Support
Participant

Hello Wing,
To change the slider content font size, add the below Css into your Customizer >> Additional CSS, you may change the font size as per your need.

.ht-slide-cap-title {
font-size: 57px;
}

.ht-slide-cap-desc {
font-size: 16px;
}

Thank you.