By Nep Websites on Saturday, 09 September 2017
Posted in General
Replies 1
Likes 0
Views 446
Votes 0
Hello - I'm wondering how to turn off the post cover image popup feature?

I've adjusted the media settings, but the pop up image is still very grainy so I'd like to just disable it altogether.

How can I do this?

Thanks! Lisa
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately we do not have setting to turn off this post cover pop up, but you can try apply this following CSS into your current template css file for prevent user to click it.


#eb a.eb-post-image.eb-image-popup-button {
pointer-events: none !important;
}
·
Saturday, 09 September 2017 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post