Tagged: full screen slider
Hi,
Is there a way of changing the font used in the fullscreen slider?
Also, can the case be changed to proper?
Hi markpevans!
Add the following code to Quick CSS or custom.css
.avia-fullscreen-slider .avia-caption-title{
font-family:verdana;
text-transform: none;
}
.avia-fullscreen-slider .avia-caption-content{
font-family:verdana;
}
Change the font-family
to your preferred font.
Regards,
Arvish
Thanks Arvish!
The support from you guys is outstanding! Very much appreciated and keep up the amazing work!