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

    Good Morning!

    I would like to display the “figcaption” from mansonry portfolio above the image, is it possible? And i also would like to disable all effects from it. I can show you an image that i’ve created to simulate it if you want :) .

    Best regards

    #819900

    Hey dcdahm,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content {
        position: absolute;
        bottom: auto;
    }
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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