Hello,
I would like to add a Tag Div slide gallery on my category page, but the only way I know is by using the guntenberg editor like this :
https://www.screencast.com/t/BATKJofKe
https://www.screencast.com/t/QfPExWUNHIVL
But I don’t know how to set it up correctly in your code, do you have any intels ?
Also I would like to edit the colors and font here ( https://www.screencast.com/t/vNK6AVlrrab3) so it’ll match our theme, is it possible ?
Thank you for your help,
Louis
Hello @Louis !
You can add the TagDiv Slide Gallery like this: https://www.screencast.com/t/iLHVZ4dHe
Unfortunately, there are no settings to change the colors of this gallery, sorry.
Thank you!
It works well but I got a little problem, my captions are not centered as you can see below :
https://terredesarbres.com/category/au-coeur-du-perche/
Also, I saw this post and it seems possible to modify the color of the gallery, is it worth trying ?
https://forum.tagdiv.com/topic/tagdiv-gallery-change-colour/
thank you,
Louis
-
This reply was modified 4 years by
Louis.
Hi,
This can be done only using a custom css, for this you can try this one
.td-slide-caption .td-gallery-slide-copywrite {
float: none;
text-align: center;
display: block;
}
You need to set the code in the theme panel> custom code> custom css.
We hope this will help you!