Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #344699

    Hi,

    Is there a way of changing the font used in the fullscreen slider?

    Also, can the case be changed to proper?

    #345239

    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

    #345763

    Thanks Arvish!

    The support from you guys is outstanding! Very much appreciated and keep up the amazing work!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Full screen Slider – Changing The Font’ is closed to new replies.