Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #541743

    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!

    #541751

    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

    #541772

    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!

    #541776

    Hey!

    Please add following code to Quick CSS instead

    .avia-post-nav { display: none !important; }

    Regards,
    Yigit

    #541789

    You’re the best! Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove circle icon from gallery’ is closed to new replies.