Page 1 of 1

Text on index page

Posted: 12 Jun 2024, 04:46
by ClaudioMaffucci
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

Re: Text on index page

Posted: 12 Jun 2024, 06:45
by mjau-mjau
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 */
}

Re: Text on index page

Posted: 13 Jun 2024, 02:35
by ClaudioMaffucci
Hi,
thank you very much for your feedback.
Regards,
Claudio