|
CSS CustomizationOverviewWild Apricot provides a selection of templates (or website themes) you can use for the layout and look of your website. Behind the scenes of theses templates is our Template Engine. The Template Engine allows anyone to make customization changes through a point and click interface (see Customizing colors and styles). For web designers, you also have the ability to do more advance customization through CSS. For web designers, even further customization is possible by editing the template files directly using the Theme Overrides. Getting Started with CSSThe global CSS files used by the system are already predefined and there are 2 CSS files in particular that you can modify indirectly:
The "User.CSS" file is executed after the "CustomStyles.CSS", so CSS you add in Settings -> CSS customization has priority and will override similar changes you make in Settings -> Colors and Styles. In addition there are a few other CSS files (e.g. "Basic.CSS", "Theme.CSS") which you shouldn't modify directly. Instead the changes you make in the 2 files, Custom.CSS and User.CSS, will override all the other CSS file settings. The CSS you use is theme-dependent so first select a theme that is closest to your preferred design look. You insert your own CSS customization code using the built-in CSS editor (see below) found in Settings -> Site look and feel -> CSS Customization
Sample Customization Examples
Site background customization Changing individual menu item colors If we want to change something in styles for all submenus of this menu item, we can use this CSS code (example for the page with id="idMainMenuItem22188"): Related Topics
|
|
|


