Need Marginless Column to LINK and change color on HOVER

Hello ,

So I have marginless columns on my site. I was able to add a link to each one via JS but need to change color on hover…any idea on what to do? See below:

Hi @fbaradmin,

Thanks for writing in!

not sure what type of HTML structure you have added for the column to give the link, So can’t suggest you the CSS.
You can anyway add CSS by adding a class name to the anchor element.
Example:

if the class name is .column-grid you can add this CSS.

.column-grid:hover {
background-color: #333;
}

Please send the URL of the page so that we can suggest you better.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.