Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #248946

    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.

    #249073

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #249353
    This reply has been marked as private.
    #249377

    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

    #252960

    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

    #252961

    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?

    #253544

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.