[All Adaptavist Apps]
This tutorial shows you how to customise items on the View and Edit menus in Builder 1.6... Excerpt
...
If you want to apply style sheets to all pages within a space, and therfore the menus throughout that space, add your styles to the CSS Custom Styles setting in Theme Configuration.
For example, to hide the News menu item on all pages in a space, add:
...
If you want to apply the same styles to several pages, you should consider writing a User Macro that simply outputs those styles when added to a page, for example:
...
No Format |
---|
.menu-view div:before { content: "Vista / "; } .menu-view div:after { content: " / 眺め??"; } |
Note: Some languages, such as Japanese, require availability of Unicode fonts on the viewers computer.
...
No Format |
---|
.menu-this-page td.label:before { content: "Questa Pagina / " } .menu-this-page td.label:after { content: " / このページ????? "; } |
To set the background colour of the Other Pages sub-menu on the View menu, use:
...