| The hidden element still exists in the HTML transmitted to browsers, so do not use this parameter to hide sensitive information. For example, if you hide a menu item, a user with the FireBug plug-in to Firefox can remove the display:none; attribute to reveal the menu and use it. For a more secure way to remove menu items, see Restricting Access by Role. |
The following example shows how to use this parameter to remove the logo or the search box from the UI.
To remove the logo and/or the search box:
| 1. | Create a new theme or modify an existing one. |
| 2. | If necessary, copy the overrides_custom.css file from the default theme to the main folder of your theme. |
| 3. | To remove the logo, edit the overrides_custom.css file and add the following CSS rules: |
| 4. | To remove the search box, edit the overrides_custom.css file and add the following CSS rules: |
| 5. | Upload and activate the new theme with your image and CSS file, then click your browser’s Refresh button. |
Recommended Comments
There are no comments to display.