WPBakery Mouse hover effect

Hi!
I don’t want to keep the black transparent effect on the image. How can we remove the Mouse hover effect in front end images see the image

Thanks

Hi,

You can fix it with the CSS:

.tbay-addon.tbay-addon-banner .tbay-addon-content:after {
display: none!
}

Unfortunately It’s not work on my URNA theme Marketpalce 01 skin I added in theme option CSS see here

.tbay-addon.tbay-addon-banner .tbay-addon-content:after {
display: none;
}

The mistake is the ! Instead of this ;

1 Like

Thanks It’s Work for me
hands up for developer

:joy:

I was going to write:

display: none !important;