Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
JMM
Experienced
Topic Author
Posts: 154
Joined: 02 Aug 2021, 11:18

Can I remove the Title from a panorama pop-up?

12 Jul 2023, 00:44

Hello, Karl,

With THIS panorama image, everything is working as I wish, except...

When the panorama is opened, up in the top-left corner, the title is displayed (in yellow), which is good & as I wish.

However, when users click on the yellow title & the pop-up opens, I wish for the title to NOT be displayed at all in the pop-up.

Is there by any chance something that I can add for Custom CSS that would prevent the title from being displayed in the pop-up?

Thanks in advance, and have a great day.
Location: Burlington (Toronto-ish), Ontario, Canada
Self-hosted using Abyss Web Server:   AuroraWings.me   |   GalleryWings.com   |   PanAurora-Studio.com   |
Externally-hosted using LiteSpeed/Apache Web Server:   GenealogyWings.com/galleries   |
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Can I remove the Title from a panorama pop-up?

12 Jul 2023, 02:50

There is a class for the element you are referring to, so you can use the following in Settings > Custom CSS:
Code
.pano-info-title {
  display: none;
}
 
User avatar
JMM
Experienced
Topic Author
Posts: 154
Joined: 02 Aug 2021, 11:18

Re: Can I remove the Title from a panorama pop-up?

12 Jul 2023, 03:19

That worked perfectly.  Thank you, sir.

Have a great day.
Location: Burlington (Toronto-ish), Ontario, Canada
Self-hosted using Abyss Web Server:   AuroraWings.me   |   GalleryWings.com   |   PanAurora-Studio.com   |
Externally-hosted using LiteSpeed/Apache Web Server:   GenealogyWings.com/galleries   |