I have a video on full screen slider. How do I change the Caption Title and Caption text. I want to use a different font and size.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
div .slideshow_caption h2 { font-size: 24px!important; }
.avia-caption-content { font-size: 16px !important; }
div .slideshow_caption h2, .avia-caption-content { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Best regards,
Yigit
Is it possible for the Caption title and content to look like this?
http://themeforest.unitedthemes.com/wpversions/brooklyn/extended/
I don’t care about the word rotator. Just the font, size and how it is responsive when i reduced or enlarge browser window. And the box and font (what we do). I am not very good with css.
Thank you
div .slideshow_caption h2 { font-size: 24px!important; }
.avia-caption-content { font-size: 16px !important; }
div .slideshow_caption h2, .avia-caption-content { font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }
this code doesnt seem to be working also?
Hey!
Try adding this code to the Quick CSS:
.avia-slide-wrap div.container.caption_container {
width: 100%;
}
Result:
http://screencast.com/t/MnY5MZVDlcx
Cheers!
Josue