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

    Hi guys,

    Working on this website: http://urbanbooking.nl/home-test/. It contains a masonry.
    I would like to display the captions below the pictures like this: https://tppr.me/u6lsc

    How can I achieve this?

    • This topic was modified 7 years, 3 months ago by AlfredoS.
    #843610

    Hey AlfredoS,

    It’s difficult to tweak masonry using css, would it be okay to suggest another option? a transparent white background color perhaps, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .av-masonry figcaption.av-inner-masonry-content.site-background {
        background: rgba(255,255,255,0.3);
    }
    
    .av-masonry figcaption.av-inner-masonry-content.site-background .avia-arrow {
        display: none;
    }

    Hope this helps.

    Best regards,
    Nikko

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