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
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
Hey!
May we have temporary access to your website so we can confirm that the correct page-id was used?
Best regards,
Dake
Hi Dake!
Ok how can we do it?
Mario
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
Done!
Thanks Dake!
Mario
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
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
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
Hi Dake,
MANY THANKS!
it works.
thank you very much for your patience.
Cheers
Mario
Hi!
You’re welcome Mario :)
Glad we could help.
Please let us know if you ever need help in the future.
Cheers!
Dake