Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #367651

    Ive found a few CSS lines to put in custom.css but none seem to make a difference.

    Im trying to move the caption text further to the left, have a wider box and change the font.

    tried this in custom.css and it did nothing:

    #top .av-image-caption-overlay-center {
    color: #F00;
    font-size: 42px;
    text-align:left;
    font-weight:900;
    font-family:Verdana, Geneva, sans-serif;
    }
    #367655

    Hi,

    if you’d post a link to your website, i could take a look.
    But if you allready have a link in the private section for the support team and don’t want the link to be seen for everyone, we’ll have to wait for someone from the support team :)

    cheers

    #367874

    Its fine, can be found here:

    http://www.centina.com.au/test

    #367907

    Hi!

    Try with this code:

    #top .av-slideshow-caption {
    color: #F00;
    font-size: 42px;
    text-align:left;
    font-weight:900;
    font-family:Verdana, Geneva, sans-serif;
    }

    Regards,
    Josue

    #367911

    Thanks Josue that worked, next question is how do i get that caption area to be wider and move it close to left side of window?

    #367913

    Hey!

    Try with this:

    .caption_left .slideshow_caption {
        width: 70%;
        left: -20px !important;
    }

    Adjust as needed.

    Best regards,
    Josue

    #367914

    You my friend are a legend, thank you so much.

    #367918

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fullscreen slider caption position etc’ is closed to new replies.