Hi, how can I remove the icon and make the hover color to be a transperent #2846aa – http://screencast.com/t/LoupejCUN
Thanks.
Hi DROR!
Please add following code to Quick CSS
span.image-overlay-inside:before { display: none; }
.image-overlay { background: #2846aa; }
Cheers!
Yigit
Great, thanks.
Can I remove the hover effect completely just on a specific page?
Hi!
Please add following code to Quick CSS as well
.page-id-10797 .image-overlay { display: none !important; }
Cheers!
Yigit
Spot on as always :)
Can you take a look at this thread, maybe you guys missed it – https://kriesi.at/support/topic/how-to-add-spacing-to-a-specific-section-on-a-page/
Thanks!