is it possible to add hover effect on column of enfold theme. means change color & opacity on column on hover
Hey muskowl16,
There is nothing like that in the theme by default, but post a link to your site and try to explain a bit further what you are looking to achieve and we’ll have a look at it.
Best regards,
Rikard
live.muskowl.com/our-service
this is my website, is it possible hover effect on each 1/4 column. means whenever user hover on service column then a hover effect should display
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-702 #after_layer_slider_1 .flex_column.av_one_fourth:hover {
opacity: 0.8;
}
Let us know if this helps :)
Best regards,
Nikko