Remove mouse-over effect from feature list item
Is there a way to disable the mouse-over / highlight effect on the feature list item so nothing happens when you mouse over?
Page I am working on: https://dev.da-molar.at/?page_id=64
Thanks in advance for your help!
Comments
you can use this custom css
.feature_list ul li:hover, .feature_list ul li:hover a {thanksbackground: white !important;
}
.feature_list ul li:hover i, .feature_list ul li:hover i{
color: #0095eb !important;
}
.feature_list ul li:hover, .feature_list ul li:hover a {
color: #000 !important;
}