cancel
Showing results for 
Search instead for 
Did you mean: 

Portal - Personalizing Detailed Navigation

Former Member
0 Kudos

Hey guys!,

I want to know, how can I change color on 2 diferents levels on Detail Navigation.

In the image below I mark with red the 3rd and 4th level, that's what I want to distinguish with 2 diferents colors... Like blue the 3rd and green the 4th.

http://img232.imageshack.us/img232/294/difcolor.jpg

Any suggestion?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

hofmann
Active Contributor
0 Kudos

Hi,

I guess you already have tried doing this using the Theme Editor of the portal. if this isn't possible using the Theme Editor, than the simple answer is: it's not possible without doing some customization.

You do have 4 possibilities:

1. You'll have to change the Detailed Navigation portal component source code

2. Take a look at the generated HTML code of the Detailed Navigation used in your portal and do a low level customization of the portal theme. Meaning: use the Eclipse Theme Editor and add / change the CSS manually on the file level.

3. Do a combination of 1 + 2.

4. You can try to use the Theme-Editor-Hack. Include more CSS definitions using ; in the Theme Editor. Example:

Cell Padding 0 0 0 0px

Inserting ; at the end: Cell Padding 0 0 0 0px; <new style definition: value>

br,

Tobias