Changing the colors
Many properties of your website's look and feel are controlled through the CSS stylesheet you have touched upon in the previous page. This file defines style classes that are used throughout GeoNetwork opensource. By changing the styles, you can effectively change your site to be in line with your house style.
Open the geonetwork.css file located in the \web folder again in your text or CSS editor. Search and replace the following colors:
- in the td.banner-menu and a.palette:hover styles: #064377 with #55772f
- #064377 with #4a6829
- #266397 with #68933a
- #beb800 with #cec734
Save the CSS file and refresh your browser. The colors of the website should now be much more in line with the banner graphics.
You can of course make many more changes to the styles to customize your site further.

GeoNetwork.css opened in a CSS editor