• Resolved gcsawebmaster

    (@gcsawebmaster)


    I am using the Carousel gallery exclusively on my website. Is there anyway to get rig of the dots and arrows used int he pagination?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author steveush

    (@steveush)

    Hi @gcsawebmaster,

    You should be able to add the below CSS to remove the navigation elements.

    .foogallery {
        --fg-carousel-navigation-size: 0;
    }
    .fg-carousel-prev,
    .fg-carousel-next,
    .fg-carousel-bottom {
        display: none!important;
    }

    Thanks
    Steve

    Plugin Support elviiso

    (@elviiso)

    Hi @gcsawebmaster

    We haven’t heard from you in a while, so we presume the problem has been resolved and we’re closing this support ticket.

    If you are still experiencing the problem, then please open a new support ticket.

    Regards,
    Elvis.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Carousel gallery pagination’ is closed to new replies.