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
Hey!
Try adding this code to the Quick CSS:
div.avia-caption-content p {
font-size: 18px !important;
}
Cheers!
Josue
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
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
That did it. Thanks so much guys! I love this theme and the support you provide!
Jordan