Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #502283

    Hi Guys,

    I’m developping a customly styled masonry portfolio. I’m quite happy with the result but there’s a finishing touch i can’t get right.
    On hover of the masonry element the background of the title part changes, but the arrow remains the same color as not hovered. This results in an ugly square that has a diffrent color. I’ve tried many things in css and this is my last effort:

    .av-inner-masonry:hover ~ .main_color .avia-arrow:hover {
    background-color: black !important;
    }

    Kind regards!

    #502516

    Hi lucasvrooij,

    What happens if you remove .main_color?

    .av-inner-masonry:hover ~ .avia-arrow:hover {
    background-color: black !important;
    }

    Best regards,
    Rikard

    #506371

    Hi Rikard,

    Thanks for your reply.

    I wish i could say thanks, problem solved! But unfortunantly your suggestion didn’t work. Maybe because of the order in wich elements are structured it’s simply impossible to do this?

    Kind regards,
    Lucas van Rooij

    #506397

    Hi!

    Please use following code instead

    .av-inner-masonry:hover .avia-arrow {
        background-color: black!important;
    }

    Best regards,
    Yigit

    #512012

    Hello Yigit,

    Thank you! your code gives the arrow the right colour, the only problem is there is a delay in the changing of the color. Again i tried a bunch of code but didn’t get it to work right. See the first post for the page that contains the masonry.

    Kind regards.

    #513000

    Hey!

    I checked the link from your first post, but could not find any masonry gallery. It only shows “CONTACTGEGEVENS” and “ZAKELIJKE GEGEVENS” for me. Could you check please?

    Best regards,
    Andy

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