hi,
i’ve found this method to make a hover overlay on portfolio items:
portfolio hover overlay
my question: how can i make that with different color overlays? ie. one item/category has red overlay, another has blue, and so on.
thx!
Hey Peter!
Every portfolio has a different ID. You will have to use that together with some CSS to make it work.
Can you target / alter the portfolio ID row?
Best regards,
Basilis
hi,
i’ve got
data-portfolio-id="1" and data-portfolio-id="2"
but how can i refer to that in css?
i’ve found out:
.avia-builder-el-1 .image-overlay {
background: red;
}
.avia-builder-el-2 .image-overlay {
background: blue;
}