Notifications
Clear all

[Solved] Hide mini thumbnails in the lightbox

5 Posts
2 Users
0 Reactions
3,622 Views
Posts: 3
Customer
Topic starter
(@holger-wulschlaeger)
Member
Joined: 1 year ago

Hello,

I'm using WPForo with the 'Advanced Attachments' and 'Embeds' add-ons.
After uploading some images, I noticed that numerous mini-thumbnails were displayed at the bottom of the lightbox. These are useless and detract from the visual appearance.

Unfortunately, I can't find an option to disable them in the settings.

Does anyone have any idea how to permanently hide these thumbnails?

Thanks in advance.

 

Lightbox

4 Replies
Astghik
Posts: 6517
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi,

Could you please leave some example URL? 


3 Replies
Customer
(@holger-wulschlaeger)
Joined: 1 year ago

Member
Posts: 3
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6517

Use this CSS code:

.blueimp-gallery-controls>.indicator {
    display: none;
}

The CSS codes should be added the "Custom CSS code" textarea. 


Customer
(@holger-wulschlaeger)
Joined: 1 year ago

Member
Posts: 3

@astgh 

It works fine - thank you for the quick help... 😀 👍 

Best regards
Holger


Share:
Scroll to top