-
AuthorPosts
-
December 3, 2019 at 6:07 pm #1162296
Hi guys! I have some images with overlaid tex that you can see on hover. There’s a lot of text and wanted to make it so it scrolls. I tried using the following css but it didn’t work:
.av-image-caption-overlay-center p:last-child { overflow: scroll !important; }Can someone help with this? THANK YOU!
December 5, 2019 at 9:03 am #1162839Hey bobfurgo,
Can you try to remove that code and replace it with:
#top .av-image-caption-overlay { overflow: scroll; }Hope it helps.
Best regards,
NikkoDecember 5, 2019 at 4:13 pm #1163049thank you!! However, when I scroll down the blue background disappears. Can you help me figure out how to make the blue background extend even when you scroll down?
December 5, 2019 at 4:27 pm #1163055Hi,
Please add following code to Quick CSS as well
.av-caption-image-overlay-bg { height: 135%; }Cheers!
YigitDecember 5, 2019 at 4:31 pm #1163057hi! Thank you for the quick response Yigit! unfortunately it did not work :/
December 5, 2019 at 6:44 pm #1163113Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonDecember 5, 2019 at 6:47 pm #1163115hi! Yep that’s correct. I cleared cache, tried ingocnito and looked in other browsers as well
December 6, 2019 at 7:49 am #1163322Hi bobfurgo,
Can you try adding this css code as well:
.av-caption-image-overlay-bg { display: none; } .av-image-caption-overlay .av-image-caption-overlay-position { background-color: rgba(22,63,95,0.9); }Best regards,
NikkoDecember 23, 2019 at 12:37 am #1168646THANK YOU!
December 23, 2019 at 6:48 am #1168659Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonDecember 24, 2019 at 4:56 am #1168852you can close. thanks
December 24, 2019 at 7:10 am #1168856Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘image caption overlay – scroll overflow’ is closed to new replies.
