• Resolved jojo29

    (@jojo29)


    Hello,

    I would like to remove the pagination on the images, the pagination at the bottom. How can I do it?

    Thanks in advance.
    Micka?l

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hello Micka?l,

    Thanks for reaching out to us!

    Please add this code in Appearance > Customize > Additional CSS:

    .lb-details .lb-number {
    	display: none;
    }

    Warm regards,
    Beatrice.

    Thread Starter jojo29

    (@jojo29)

    Thanks for your answer but this CSS code does not work.

    Thanks in advance for your help.
    Micka?l

    Plugin Support beatrice12

    (@beatrice12)

    Hi Micka?l,

    Can you please add this code instead of the first one that I gave you?

    #lightbox .lb-details .lb-number {
    	display: none;
    }

    Warmly,
    Beatrice.

    Thread Starter jojo29

    (@jojo29)

    Hello,

    and no, it still doesn’t work! Sorry!
    Sincerely yours,
    Micka?l

    Plugin Support beatrice12

    (@beatrice12)

    Hi Micka?l,

    We went on the site and we cannot see the code added there.

    Please send us a screenshot so we can see exactly where and how you added the code.

    Warm regards,
    Beatrice.

    Thread Starter jojo29

    (@jojo29)

    Hello,

    I put the code in Appearance –> Customize –> Additional CSS

    Here is what it looks like with the code ( Screenshot )

    Thanks in advance.
    Micka?l

    Plugin Support beatrice12

    (@beatrice12)

    Hi Micka?l,

    Please leave the code on the site so we can investigate further.

    Thank you,
    Beatrice.

    Thread Starter jojo29

    (@jojo29)

    Hello,

    I left the code on the site.

    #lightbox .lb-details .lb-number {
    	display: none;
    }

    Kind regards,

    • This reply was modified 3 years, 9 months ago by jojo29.

    Thank you!
    It helped!
    Please replace it with this code instead:

    #lightbox .lb-details .lb-number {
    	display: none !important;
    }
    Thread Starter jojo29

    (@jojo29)

    Perfect! It works like a charm!
    Thank you so much!
    Have a great day!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove the pagination on the images’ is closed to new replies.