Search…

X3 Photo Gallery Support Forums

Search…
 
ClaudioMaffucci
Experienced
Topic Author
Posts: 37
Joined: 12 Mar 2018, 06:22

Text on index page

12 Jun 2024, 04:46

Hi,
How to add text or something else under galleries in index page (not related to galleries)?
(Claudiomaffucci.com)
Thank you in advance for your support
Regards,
Claudio
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Text on index page

12 Jun 2024, 06:45

There is no specific option in X3 for "text under gallery". You can MOVE your context (title, description, content) under the gallery, but I don't think this is what you want. You could add text below the gallery with CSS, but this is limited to non-formatted text, eg. you can't use bold or include links or anything ... it would just be plain text.

Index page settings > Advanced > Page CSS:

Code
.folders:after {
  content: 'Write some text here';
  /* you can also add other CSS styles here, but the entire text will be styled */
}
 
ClaudioMaffucci
Experienced
Topic Author
Posts: 37
Joined: 12 Mar 2018, 06:22

Re: Text on index page

13 Jun 2024, 02:35

Hi,
thank you very much for your feedback.
Regards,
Claudio