Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #272096

    Hi,

    How do I Change Caption Text Font Size in the Easy Slider. Can’t seem to find the code on the message boards. I want to make “Protect Your Baby from Wireless Radiation” 18px

    Thanks,

    Jordan

    #272127

    Hey!

    Try adding this code to the Quick CSS:

    div.avia-caption-content p {
        font-size: 18px !important;
    }

    Cheers!
    Josue

    #272372

    Hi,

    Thanks for the super fast response. That did not seem to work. I had tried that code too. Any advice. Thanks so much!

    Jordan

    #272474

    Hey!

    The code Josue posted should work fine. You have following code in Quick CSS

     body p, body {
    font-size: 13px !important;
    }

    Please remove !important rule from it

    Cheers!
    Yigit

    #272485

    That did it. Thanks so much guys! I love this theme and the support you provide!

    Jordan

    #272489

    Hey!

    You are welcome, always glad to help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I Change Caption Text Font Size in the Easy Slider’ is closed to new replies.