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

    Hi there,
    I have 5 columns on my homepage, each contain an image & I’d like to substitute a specific rollover image for each of them.
    Here’s an example of how I’d like it to look: screenshot
    Currently the wording for each is an EPS, but I’m guessing a transparent PNG would be the easiest solution – rather than a SVG(?)
    I have seen some info from doing a search, but that seems to be limited to changing all the rollovers – as opposed to a different image for each.
    Is there an easy way to add a class to an image so I can target that way, or do I have to grab a unique selector, & if so – which class should I target?

    .image-overlay .image-overlay-inside:before {
      background-image: url("overlay.png");
    }

    So something like the above, except multiple classes giving different image URL’s(?)
    Many thanks,
    Jason

    #598225

    Hi Jason,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #598616

    Sure thing…

    #599410

    Hi,

    Maybe you could try something like this? http://codepen.io/ianfarb/pen/ikeAf

    Thanks,
    Rikard

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