Hello can you tell me how to remove overlay effect that make the images lighter. I want only this. I don't want to stop the whole hover effect only to remove that effect on the image.
Hello,
It can be removed by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Please, let me know if you need help with writing such code, but please, attach a link to your website.
Thanks
https://krismar.tie-online.eu/materials/
This is the link.
Can you help me with the code please.
Please, use the following code:
.story_box .photo_wrapper img{ opacity: 1!important; }
Thank you
Comments
Hello,
It can be removed by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Please, let me know if you need help with writing such code, but please, attach a link to your website.
Thanks
https://krismar.tie-online.eu/materials/
This is the link.
Can you help me with the code please.
Please, use the following code:
Thanks
Thank you