X3 Photo Gallery Support Forums
Just use some HTML, for example:daniel wrote:I can't find how to add a link to a ".txt, or pdf, or???"
<a href="/path/to/file.pdf" target="_blank">Click here</a> to view PDF.I'm not sure if this is recommended, but you can change it with some custom CSS. Go to panel > Settings > Custom > Custom CSS, and add something like the below:daniel wrote:And I would also like to change the back ground of the main message, more transparency.
.cc-window {
background-color: rgba(0, 0, 0, .8 ) !important;
}If you mean add the link in the footer to a dedicated page, then yes that's exactly how I would do it ...daniel wrote:Is it the right approach "Footer + Dedicated Page"
<p><a href="/privacy-policy/">GDPR / Privacy Policy</a></p>