Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #732803

    hi
    I’d like to change the appearance of the title caption of an image.
    – change the position of where the text (title of the image) appears. per default it appears in the center. but I want it to be a bit higher
    – have the the text appear framed with a black transparent background (just like a framed caption in full width slide show).

    how can I do that?

    thank you!

    • This topic was modified 7 years, 3 months ago by Rio1.
    #732832

    Hey Rio1,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #732905

    hey, thanks for the reply.
    was that valid for both points?
    how about if I only want to change the position of the caption within the image (with the styling unchanged)?
    thank you

    #733034

    Hi,

    We might be able to help you out with some custom CSS, could you post a link to the page where you want to implement this please?

    Best regards,
    Rikard

    #733047

    hi,

    yes: http://werberitter-preview.sellahi.de/testseite/

    I have 6 images underneath the slider. the 5th (2nd row, 2nd column is all image)

    thank you

    #733471

    Hi,

    Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:

    .av-image-caption-overlay-center {
        vertical-align: top !important;
    }

    Best regards,
    Rikard

    #733610

    great, that worked, thank you!

    is there a way to determine the position a bit more precisely?
    something like top: 80% …?
    because right now, it’s too high up!

    #733885

    Hi,

    You can try adding some padding to it:

    .av-image-caption-overlay-center {
        padding-top:50px !important;
    }

    Best regards,
    Rikard

    #736794

    perfect, thank you :-)

    #736801

    Hey!

    Please feel free to create a new ticket, if you need something else from us.
    Thanks a lot

    Best regards,
    Basilis

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