Tagged: column, hover color
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
Hi McGambit,
Can you try using this CSS code:
.av-layout-grid-container .flex_cell:hover {
background-color: green;
}
Best regards,
Nikko
Hi Nikko,
unfortunately it doesn´t work as expected.
Please have a look in the private Part Content of this post.
Regards Mc
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
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.
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
Perfect, thanks Mike.
Now it´s working fine.
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