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

    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!

    #526476

    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

    #526634

    hi,
    i’ve got
    data-portfolio-id="1" and data-portfolio-id="2"

    but how can i refer to that in css?

    #526637

    i’ve found out:

    .avia-builder-el-1 .image-overlay {
    background: red;
    }
    .avia-builder-el-2 .image-overlay {
    background: blue;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio hover with multiple color overlay’ is closed to new replies.