Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1376256

    Hi,
    I try to give linked Columns (grid colums) a new hover Color (green) and I found this in the forum.
    https://kriesi.at/support/topic/column-hover-effect-2/

    But unfortunately, this quick css doesn’t work anymore.
    Is there a new Quick CSS that i can use to get hover color for linked columns?
    Best regards

    #1376337

    Hi McGambit,

    Can you try using this CSS code:

    .av-layout-grid-container .flex_cell:hover {
        background-color: green;
    }

    Best regards,
    Nikko

    #1376382

    Hi Nikko,
    unfortunately it doesn´t work as expected.
    Please have a look in the private Part Content of this post.
    Regards Mc

    #1376608

    Hi,
    Thanks for your patience and the link to your site please try this css instead:

    .av-layout-grid-container .av-gridrow-cell:hover {
    	background-blend-mode: multiply;
    	background-color: green;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1376687

    Hi Mike, thank you for your Support.

    Your CSS works almost, but there is an issue.
    Now, every Column/cell has a greenish hover, non-linked also. I need the hover effect only for linked cells.
    Hover effect on not linked cells makes no sense.
    Best Regards.

    #1376699

    Hi,
    Try this css instead:

    .av-layout-grid-container .avia-link-column:hover {
    	background-blend-mode: multiply;
    	background-color: green;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1376707

    Perfect, thanks Mike.
    Now it´s working fine.

    #1376719

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Linked Column hover effect’ is closed to new replies.