• 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)
  • 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

    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

    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

    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 4 years, 4 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.