Go to Design / Library / Variables / Section.
Right-click Section and choose New Variable.
Set it as follows:
Code: Select all
Name: HighlightInMenu
Prompt:Highlight In Menu
Group: Section
Place of Setting: Section
Panel Name: Properties
Allow <Use Parent> as an Option: unchecked
Type: True/False
Initial Value: False
Top Level Value: False
Above the line </style> add a new line:
Code: Select all
.nlspecial {background: url('ui-bg_glass_40_ffc73d_1x400.png') !important;}
Look for the line starting:
Code: Select all
<li><a
Code: Select all
<li><a <actinic:block if="%3cactinic%3avariable%20name%3d%22HighlightInMenu%22%20%2f%3e" >class="nlspecial" </actinic:block>
Repeat the above step for each entry within NorList Sub Sections.
Now for any Section you want to highlight, in Section Details / Properties / Section, set Highlight In Menu to True.
Change the background image file ui-bg_glass_40_ffc73d_1x400.png to suit your requirements (several are available), or create your own.