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.
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
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.