Appear two arrows when open images

Posted in: Newspaper
Post count: 66

Hi guys, I started to have some problems with images from my website. When I click on an image, appear two arrows to the right and two on the left.

You know that problem may be? I already deactivated all plugins, but didn’t work.

Thank you!
https://www.sociedelic.com/in-depth-comparison-cbd-vs-thc/

Post count: 20688

Hi,

Now this is unusual. While searching for the class that sets the extra arrows within the theme, no results were found.
So I then searched in the plugins folder, seems a WP rollback plugin I had installed has CSS that applies for the arrows for some reason
https://www.screencast.com/t/snvpK7P3n3n

But while having it active in my case those arrows do not appear as they do for you, if you as well have that plugin installed and active

I could give you a code to remove those extra arrows however
http://prntscr.com/lqjbxx

.mfp-arrow-left:after,
.mfp-arrow-right:after {
display: none!important;
}
.mfp-arrow-right:before {
border-left:none;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.