Search…

X3 Photo Gallery Support Forums

Search…
 
alderim
Experienced
Topic Author
Posts: 75
Joined: 27 Jun 2007, 05:49

Hide „Date“ from landing page

15 Mar 2023, 10:48

Hi,
I disabled „Open in PopUp“ but want the picture be clickable.

It works and the picture opens on a landing Page.

But now there is a „Date“ Shown in the Preview and on the Landing Page, but i disabled „Date“.

How can i Hide The date?

Thx for a Hint!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Hide „Date“ from landing page

15 Mar 2023, 23:42

Because the X3 landing page was meant mainly as a "landing page" for SEO, it does not really inherit any settings. You can hide the date on this page from Settings > Custom > Custom CSS:
Code
.x3-file h6.date {
  display: none;
}
 
alderim
Experienced
Topic Author
Posts: 75
Joined: 27 Jun 2007, 05:49

Re: Hide „Date“ from landing page

18 Mar 2023, 05:19

Thank you for Info & Help!