Default Gallery Tag replacement?
Hey,
is it possible to replace the default Gallery Tag "All" with something different (in our case just to the german equivalent "Alle") or to just deselect/hide it? I don't seem to find any option for that, i even tried to add a different Tag to all Pictures in the Gallery but the Tag "All" is still visible.
Thanks in advance,
Marc
-
Hi Marcus,
Thank you for contacting us.
At the moment you can try to replace the default Gallery Tag only with some custom CSS. This option has been already introduced in the new Beta testing, so in the near future, we will release a new update with this option.
If you want to hide it you can use this Custom CSS , see here.
.brz-ul li:first-child{
display: none;
}Best regards, Nelea.
0 -
Thanks for the fast response, im going to give it a try with the custom CSS.
Best regards,
Marc
0 -
Hi,
Yes, until this feature will be released you can try with CSS.
Best regards, Nelea.
0
Please sign in to leave a comment.
Comments
3 comments