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.
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!
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.
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.
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?