Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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!

    #1162839

    Hey bobfurgo,

    Can you try to remove that code and replace it with:

    #top .av-image-caption-overlay {
        overflow: scroll;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1163049

    thank 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?

    #1163055

    Hi,

    Please add following code to Quick CSS as well

    .av-caption-image-overlay-bg {
        height: 135%;
    }

    Cheers!
    Yigit

    #1163057

    hi! Thank you for the quick response Yigit! unfortunately it did not work :/

    #1163113

    Hi,

    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 Shannon

    #1163115

    hi! Yep that’s correct. I cleared cache, tried ingocnito and looked in other browsers as well

    #1163322

    Hi 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,
    Nikko

    #1168646

    THANK YOU!

    #1168659

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1168852

    you can close. thanks

    #1168856

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘image caption overlay – scroll overflow’ is closed to new replies.