Hi,
How is the best option to remove image hover zoom from blog archive?
I can be disabled in Betheme -> Theme options -> Global -> Image frame.
Best regards
But we need hover only for link option
.if-modern-overlay .image_frame .image_wrapper .image_links a:nth-child(1) {display: none; }
Only this way?
We love this style, but we dont need zoome option in blog area.
It can be done with custom CSS. If you attach a link to your website, I will help you with writing it.
https://profesijuspektras.lt/
Use the following code:
.if-overlay .image_frame .image_wrapper .image_links .zoom{ display: none!important; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Comments
Hi,
I can be disabled in Betheme -> Theme options -> Global -> Image frame.
Best regards
But we need hover only for link option
.if-modern-overlay .image_frame .image_wrapper .image_links a:nth-child(1) {display: none; }
Only this way?
We love this style, but we dont need zoome option in blog area.
It can be done with custom CSS. If you attach a link to your website, I will help you with writing it.
Best regards
https://profesijuspektras.lt/
Use the following code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards