Hello. I am struggling to add a simple effect like this fade and apply it to a column.
fade and change color
In this case I have four columns in a row. I would like each column to fade and change color.
I am using this code and it changes the color but only when I hover over the text, not the whole column
.column1:hover {
background: #b71e00 !important;
}
How do I achieve this? Thanks