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

    I would like to change the font style of the caption title & text on my fullscreen slider to look like this theme below. I want the titles to stand out more so it’s easier to read and so I can do away with the frames around it. Thanks in advance!

    http://themenectar.com/demo/salient-ascend/

    #354066

    Hey djshortkut!

    Try adding this to your custom CSS.

    .avia-caption-title { background: none !important; font-size: 50px !important; }
    .avia-caption-content, .avia-caption-content p { background: none !important; font-size: 20px !important; }
    

    Regards,
    Elliott

    #354925

    How do I increase the size of the caption title and text on mobile devices? I was able to get it closer to what I am looking for but the text is way too small and difficult to read right now on my iPhone.

    #355305

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .avia-caption-title { background: none !important; font-size: 50px !important; }
    .avia-caption-content, .avia-caption-content p { background: none !important; font-size: 20px !important; } }
    
    Cheers! 
    Yigit
    #355362
    This reply has been marked as private.
    #356494

    Hi!

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 25px !important;
    }}
    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption .avia-caption-content {
    font-size: 20px !important;
    }}
    

    Change the number in px for “font-size” to your needs.

    Cheers!
    Andy

    #356578

    That did the trick! Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Fullscreen Caption Title & Text’ is closed to new replies.