tagDiv Slider Gallery

Posted in: Newspaper
Post count: 12

There’s anyway to change tagDiv Slider Gallery design?

Cut off the borders, and the black background, and no more thumbs?

tagDiv Slider is a great way to publish galleries, directly from post section, but customizing the gallery would be even better

Thanks!

Post count: 20688

Hi,

Maybe some of those can be done with CSS modifications, the gallery element would not have such settings unfortunately. Try a code like this
https://www.screencast.com/t/Ufvn1l9gYu
It will remove the bottom thumbnails section, also the black background and set a white background instead

.td-doubleSlider-2 {
display: none;
}
.td-gallery-slide-top {
background-color: #fff;
color: #111;
}

You could make more modifications to it, some more might be possible with CSS if needed
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

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