Colour Navigators > Multi-Navigator > Nested Page

Plus d'informations
il y a 6 ans 6 mois #6260 par rloenen
Is there a css script with which I can adjust the background of Navigators > Multi-Navigator> Nested Page?
Ronald

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 6 ans 6 mois - il y a 6 ans 5 mois #6267 par drlara
Réponse de drlara sur le sujet Colour Navigators > Multi-Navigator > Nested Page
I was able to change the background colour of a tabbed multinavigator page by using the CSS code below. Having the multinavigator page selected, I clicked on "Styles" from the "Optional Properties" column and entered the CSS code there. It doesn't work for "columns" though.

/*Changes background colour of "Page Text" section*/
#pageContents{
background:yellow;
}
/*Changes background colour of "Nested Pages" sections (except "columns")*/
#infoHolder, .ui-accordion-content{
background:red;
}
Dernière édition: il y a 6 ans 5 mois par drlara. Raison: Fixed syntax of commenting lines

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 6 ans 5 mois #6344 par rloenen
Réponse de rloenen sur le sujet Colour Navigators > Multi-Navigator > Nested Page
Hi drlara

I have inserted your sample script, but I see no effect. See the attachment.
What am I doing wrong or what have I forgotten?
And ... I can insert an image here instead of a color
Pièces jointes :

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 6 ans 5 mois #6345 par drlara
Réponse de drlara sur le sujet Colour Navigators > Multi-Navigator > Nested Page
Hi,
The issue is with the syntax of the commenting lines. The CSS code shouldn't use the double forward slashes, so the first line is breaking the code. You should use the following syntax for the comment lines or you can remove them entirely. Also, you don't need to create a "<div>" container for the nested page, it's already created by Xerte.

/*Changes background colour of "Page Text" section*/
#pageContents{
background:yellow;
}
/*Changes background colour of "Nested Pages" sections (except "columns")*/
#infoHolder, .ui-accordion-content{
background:red;
}

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: ronmalimcn
Temps de génération de la page : 0.172 secondes
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo