Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1306710

    Hi,
    Is there a way to change the portfolio items so that the descriptions are on top of the image on a slight coloured overlay like in this example?:
    https://www.spectrumcos.com/portlocation/the-triangle-nc/

    And once you click on it you get your expanded version with the images on the left and the text on the right. However, when there is only one image can the thumbnail underneath be gone?

    Thanks for your help.

    #1307051

    Hey june,

    You will need custom CSS for that. Please try this in Quick CSS:

    .grid-sort-container .grid-content {
        text-align: center;
        margin-top: -200px;
        background: transparent;
    }
    
    .grid-sort-container .avia-arrow {
        display: none;
    }
    
    .grid-sort-container .grid-entry-title {
        background: transparent;
    }

    Best regards,
    Rikard

    #1307346

    Hi, I resolved the issue with the thumb by displaying a ‘slide’ not a gallery.
    I tried the customisation you suggested for the image display, but it messes up the containers and the margins.

    #1307485

    Hi,

    Thanks for the update. So everything is working as it should now then?

    Best regards,
    Rikard

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