Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1252580

    Dear support,

    How can I change the apearance of the title + caption text of the fullscreen slider?

    I would like to adjust text size for both, colors and background color.

    Best regards

    Metin

    #1252584

    Follow up: How to adjust the positioning of the text? i.e. left, right, top, bottom and center?

    Regards
    Metin

    #1252908

    Hi Metin,

    Could you post a link to where we can see the element in question please? If you could specify how you want to align the text a bit further as well then that would be appreciated.

    Best regards,
    Rikard

    #1252929

    Thank you so much Rikard,

    I want to be able to individually set the background color, text color and padding of respectively Title and Caption. Also I wonder if itis possible to have the text float in the top of the screen.

    Regards
    Metin

    • This reply was modified 4 years, 1 month ago by metin_aydin.
    #1253076

    Hi Rikard,

    I found a way to change the colors – the question had been Q&A’ed before. Thank toy. Now only remains how to change the distance between title and caption + the positioning of the text in the top of the screen. Ot should be possible, right?

    Regards
    Metin

    #1253203

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling to align the caption to the top:

    .slideshow_align_caption {
        vertical-align: top;
    }

    I’m not sure what you would like to change exactly when it comes to the distance though. Could you try to explain that a bit further please?

    Best regards,
    Rikard

    #1253329

    Hi Rikard,

    Presently theres only one blank pixel between the title and caption, I want to increase that distance – see link https://imgur.com/KLqiFol

    Regards
    Metin

    #1253564

    Hi,

    Thanks for the screenshot. Please try this CSS as well:

    .slideshow_align_caption .avia-caption-title {
        margin-bottom: 30px;
    }

    Best regards,
    Rikard

    #1253963

    Hi Rikard,

    Thanks you the response, however it didn’t do the trick – theres still just one pixel between respectively the title and the caption of the slider.
    Any other suggestions?

    Regards
    Metin

    #1254240

    Hi,

    It works when I try it on a local installation, could you post a link to where we can see the actual elements on your site please?

    Best regards,
    Rikard

    #1254246

    Sure,

    Scroll down to the fullscreen slider apx. 2 pages down, there you’ll see it.

    Best regards
    Metin

    #1254547

    Hi,

    Thanks for that. Please try this instead:

    .caption_framed .slideshow_caption .avia-caption-title {
        margin-bottom: 30px;
    }

    Also make sure that you activate the option to delete the old CSS and JS files under Enfold->Performance, and clear your local browser cache before checking the results.

    Best regards,
    Rikard

    #1254565

    Thanks a bunch, that did the trick!

    Regards
    Metin

    #1254864

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Full screen slider titke + caption font and background colors’ is closed to new replies.