Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #478175

    Hi guys!

    i would like to set a different position adding a CSS code, for caption ONLY on the ABOIT page, not also on the HOME page.

    There’s a way to tell a the caption to stay at the top of the page and not centered?

    Thanks a lot

    Mario

    ex: could be this CSS ok? where i have to put it?

    figcaption.av-inner-masonry-content.site-background {
    top: 275px;
    }

    #478535

    Hi Mario!

    If you want the code you posted to only apply to the about page you can use the following CSS in Quick CSS under Enfold–>General Styling:

    .page-id-74 figcaption.av-inner-masonry-content.site-background {
    top: 275px;
    }

    Notice the page-id selector, you can find that in the body tag on each page by inspecting the page.

    Cheers!
    Rikard

    #478624

    Hello Rikard,

    thanks for your help but the CSS doesn’t works on caption in the about page :(

    it’s still the same position.

    what should i have to do?

    Thanks

    Mario

    #478833

    Hey!

    May we have temporary access to your website so we can confirm that the correct page-id was used?

    Best regards,
    Dake

    #478834

    Hi Dake!

    Ok how can we do it?

    Mario

    #478838

    Hi!

    Go into your websites backend and create a temporary administrator account and paste the credentials in the “Private Content” section pictured below:

    http://i.imgur.com/6ov6Npt.png

    Best regards,
    Dake

    #478840

    Done!

    Thanks Dake!

    Mario

    #478844

    Hi!

    The below css will adjust the caption on the about page only:

    .page-id-74 #top div .caption_center .slideshow_caption {
        top: -100px;
    }

    You can change the top value to your liking.

    Best regards,
    Dake

    #478845

    Hi Dake,

    thanks a lot for your help, but the value changed doesn’t works.

    the position of caption is still the same.

    thanks for your help Dake

    Cheers

    Mario

    #478855

    Hey!

    Try the below css:

    .page-id-74 .slideshow_align_caption {
    top: -100px !important;
    }
    

    Ensure that you use a negative number. Positive numbers actually bring the caption down rather than up.

    Regards,
    Dake

    #478856

    Hi Dake,

    MANY THANKS!

    it works.

    thank you very much for your patience.

    Cheers

    Mario

    #478867

    Hi!

    You’re welcome Mario :)

    Glad we could help.

    Please let us know if you ever need help in the future.

    Cheers!
    Dake

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘caption position only for ABOUT page’ is closed to new replies.