WebSite X5Help Center

 
Rune T.
Rune T.
User

Change description text / graphics in image gallery  en

Auteur : Rune T.
Visité 1844, Followers 1, Partagé 0  

See attached image. I wonder if it is possible to change the description / graphics on the text in the image gallery. 

Now it is a grey line as shown in the attached picture... and I wonder if it possible to remove this grey line or adjust it in other colors or only transparent.

Appreciate any tips

Rune

Posté le
2 RéPONSES
Paul M.
Paul M.
Moderator

Hello Rune,

To the best of my knowledge this is still not possible.  It has been requested a few times in the past, for example:

https://helpcenter.websitex5.com/post/25612

Please feel free to open an 'Idea' post of your own to ask that this feature be added in a future update to WebSite X5, which will add weight to the argument for it.

Kind regards,

Paul

Lire plus
Posté le de Paul M.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Meilleur utilisateur du mois FRMeilleur utilisateur du mois PL

(translated by Google) maybe you can help
... locate the HTML source of the name ID of the description, for example "ObjectName _description", and use this code in TAG STYLE in the HEAD (/HEAD) (<style> | </ style>); or enter in the box TAB CSS code HTML of an Object HTML code on the same page:

#ObjectName_description {
background-color: #FF0000;
color: #000000;
}

____ or_____


#ObjectName_description {
background-color: trasparent;
color: #000000;
}

_______________________________

[IT] forse può essere di aiuto
... individuare nel sorgente HTML il nome del ID della descrizione, per esempio "NomeOggetto _descrizione", ed usare questo codice nel TAG STYLE in HEAD (/HEAD) (<style>|</style>); oppure inserire nel TAB riquadro Codice CSS HTML di un Oggetto Codice HTML nella stessa pagina:  vedi codice sopra ↑↑↑

.

ciao

____________________________________

Paul could kindly explain better in English language correctly 

(Paul cortesemente potrebbe spiegarti meglio in lingua Inglese corretta)

Lire plus
Posté le de  ‪ KolAsim ‪ ‪