Hi
I am trying to remove Image overlay fade that appears when hoovering on my section (see screenshots). Is it possible with custom css code? Would i edit it in theme.css?
Website : stockunion.co.uk
Hi
I am trying to remove Image overlay fade that appears when hoovering on my section (see screenshots). Is it possible with custom css code? Would i edit it in theme.css?
Website : stockunion.co.uk
Hi @elo1234
Check this one.
.banner-item-text {
opacity: 1 !important;
background: transparent !important;
}
.split-image:hover img, .unero-banners-metro ul li:hover img, .unero-banners-grid ul li:hover img {
opacity: 1 !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
@Made4uo-Ribe didnt work for me not sure why
Worked thanks so much!!
Welcome, please don’t forget to LIKES thanks!