Hello!
I love working with your theme, but have come across an issue I can’t resolve. Is there a way to eliminate the circle preview icons for the previous and next gallery? Please see link to screenshot in private content area and refer to the red boxed area.
The website is also shown in private content area.
Thank you!
Hi cidcreative!
Can you please try de-activating all active plugins and check if that helps?
If you would like to remove it, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-post-nav .entry-image img {
display: none;
}
Regards,
Yigit
Thank you very much! That code helped! The icons are gone. Is there a way to remove the arrows and titles too? I’d like to not have the scroll feature. Thanks!
Hey!
Please add following code to Quick CSS instead
.avia-post-nav { display: none !important; }
Regards,
Yigit
You’re the best! Thank you!