Can I change the gallery’s image viewer?

Posted in: Newspaper
Post count: 7

Hello,Support Team.

I have a question: Can I change the gallery’s image viewer?
I want to make the edges round and create a light shadow under the gallery. I can’t find an option to do this. If you can guide me, thank you. The Newspaper theme is the best theme for customization. I hope to find a solution for this.

Thank you in advance.

Post count: 35449

Hi,
If you want to make those changes for the tagdiv gallery https://forum.tagdiv.com/gallery-2/ it can be done with a small CSS. If you have an example with the layout, I can provide the CSS code for you.
Thank you!

Post count: 7

https://best-fonts.net/maybella-wedding-font/

This is an example link.
I want to make rounded edges and a very simple, subtle shadow under my gallery to make it more attractive.
Thank you.

Post count: 35449

Please try this custom css:
.td-doubleSlider-2 .td-button .td-border {
border-radius: 5px;
}
.td-doubleSlider-2.td_center_slide2 .td-button {
border-radius: 5px;
}
.post_td_gallery {
box-shadow: 2px 2px 8px #000;
}

Set the code in the theme panel > custom code> custom CSS.

Post count: 7

Thank you very much.. As for the shadow, I did not like it, so I disabled it.. and only kept the edges of the image.. but as for the gallery, there are no external edges applied.. Can you give me the code for the external edges of the gallery?

Screenshot image

Post count: 35449

Hi, for the galley edges, please try this css:
.post_td_gallery {
border-radius: 5px;
}

Post count: 7

Thank you 👏👏

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.