Question suppress name of picture in slideshow
- warner
- Topic Author
- Offline
- New Member
Less
More
6 months 5 days ago #1
by warner
suppress name of picture in slideshow was created by warner
Is it possible to suppress the name of the picture in the slideshow?
The name of the person that it is linked to is already shown beneath it.
The name of the person that it is linked to is already shown beneath it.
Please Log in or Create an account to join the conversation.
- RickM
- Away
- Junior Member
6 months 4 days ago #2
by RickM
Rick M
Tauranga
New Zealand - Nu Tirani
alineofmalkins.com/wt-malkins
Webtrees v2.2.1
Hosted by HostAmarada on litespeed Server, PHP v8.3
Replied by RickM on topic suppress name of picture in slideshow
Try adding
.wt-slide-show-figcaption {
display: none;
}
to the CSS & JS Editor..
If you haven't got any other css in there don't for get to wrap this in <style> ... </style>
.wt-slide-show-figcaption {
display: none;
}
to the CSS & JS Editor..
If you haven't got any other css in there don't for get to wrap this in <style> ... </style>
Rick M
Tauranga
New Zealand - Nu Tirani
alineofmalkins.com/wt-malkins
Webtrees v2.2.1
Hosted by HostAmarada on litespeed Server, PHP v8.3
Please Log in or Create an account to join the conversation.