Home › Forums › Jevelin Theme › How do I disable lightbox, image zoom and link icon for homepage?
Home › Forums › Jevelin Theme › How do I disable lightbox, image zoom and link icon for homepage?
Hi there, I managed to disable the lightbox, image zoom etc on my individual blog posts but for some reason, when I hover to my images in the homepage (https://digitalyse.io/), there is still a lightbox with the zoom and url icon.
Wondering if there is a quick way to disable this, thank you!
HI @waynelam49,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home article .sh-overlay-style1 .sh-table-full { display: none; }
Best regards,
Shufflehound team
Perfect, thank you! But now when I hover the mouse over it, it still shows a blue highlight, which is quite misleading for readers cause it doesn’t actually go anywhere when it’s clicked.
I was wondering how I could do these two things (separately):
Thanks!
In the Jevelin theme Blog settings, you can choose which overlay style to set as shown in the attached screenshot.
Hi there, I tried doing that but it didn’t seem to change anything. Sorry maybe I should clarify a little bit with a screenshot. When I hover the mouse over to the image, the image turns blue and I want to remove the highlight because it’ll make readers think they can click on the image leading them to the blog post
On another hand, I would also love to know if there was a way to make it so that clicking the image would direct readers to the blog post.
Thanks!
Solution for this topic
When I hover the mouse over to the image, the image turns blue and I want to remove the highlight because it’ll make readers think they can click on the image leading them to the blog post
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
article .post-meta-thumb .sh-overlay-style1, article .post-meta-thumb .sh-overlay-style3 { display: none; }
On another hand, I would also love to know if there was a way to make it so that clicking the image would direct readers to the blog post.
You can achieve that by setting post overlay style to Style 3 as displayed in the above-shared screenshot.
Great, thanks!
You are most welcome here 🙂
@jakub We need to troubleshoot it on your site.
To help us keep support thread separates could you please create your own thread for your question instead of posting a reply on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you with your new thread.