I have added the following code for column content to be highlighted when hovered over.
.flex_column.avia-link-column:hover {
background-color: rgba(118, 54, 38, 1);
}
This is working great but I want it to apply to only certain columns – not every column on the site. I believe I need to utilize the Developer > Custom ID Attribute section and Customize > Additional CSS but I’m not sure how to make it work.
a little bit under the column link settings there is the “Developer Settings” Tab – you can set here a custom css class.
that custom class goes like the avia-link-column class to the flex_column class so – if it is for example special-highlight – you code could change to :
.flex_column.special-highlight:hover {
background-color: rgba(118, 54, 38, 1);
}
Thank you! That code worked perfectly.
Hi,
Glad Rikard could 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