WebSite X5Help Center

 
Rune T.
Rune T.
User

Change description text / graphics in image gallery  en

Author: Rune T.
Visited 1821, Followers 1, Shared 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

Posted on the
2 ANSWERS
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

Read more
Posted on the from Paul M.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

(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)

Read more
Posted on the from  ‪ KolAsim ‪ ‪