Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #277040

    Hello,

    Just a quick question regarding the masonry gallery – is there anyway of changing the colour and opacity of the headline & caption box pop up. The masonry gallery works fine on a desktop but when viewed on a phone or tablet the headline & caption box are permanently displayed which hides the images in the gallery.

    Making the overlay 50% opaque would mean that the gallery image can still be seen on mobile / tablet.

    As a side note – is there anyway of activating the various pop ups (like above) and image animations on an iPhone / iPad? The site feels a little flat on mobile / tablet as there is no interactivity.

    Thanks

    James

    #277172

    Hey nurdwurks!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .main_color .av-inner-masonry-content {
    background-color: rgba(255,255,255,0.5);
    }}

    Cheers!
    Yigit

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