Colour Navigators > Multi-Navigator > Nested Page

  • rloenen
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 6 months ago #6260 by rloenen
Is there a css script with which I can adjust the background of Navigators > Multi-Navigator> Nested Page?
Ronald

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago - 6 years 5 months ago #6267 by drlara
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;
}
Last edit: 6 years 5 months ago by drlara. Reason: Fixed syntax of commenting lines

Please Log in or Create an account to join the conversation.

  • rloenen
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 5 months ago #6344 by rloenen
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
Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 5 months ago #6345 by drlara
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;
}

Please Log in or Create an account to join the conversation.

Moderators: ronmalimcn
Time to create page: 1.182 seconds
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo