Okay
  Public Ticket #1968561
Delete image gallery points
Closed

Comments

  • Nicolas started the conversation

    Hi, 

    I'd like to delete the little points in the image gallery to only get the full images and not to choose the image I want to see.

    Should I do a Revolution Slider to make it great ?

    ID if needed : [email protected]

    Password : Koreleonne1?

  •  2,573
    Kevin replied

    Hi Nicolas !

    Please make the Rev Slider better when using the image gallery

    thank you

  • Nicolas replied

    Hi Kevin,

    I hope you're well.

    I would like to keep the image gallery instead of a rev slider.

    The thing is that I want to delete the little points below the image gallery. Can you please help ?


    Cheers.

  •  2,573
    Kevin replied

    Hi Nicolas !

    Add the following css attribute to your style.css file to hide the small button below the gallery image block
    .wpb_gallery .wpb_flexslider .flex-control-paging {
    display: none;
    }

    thank you