Css editing
From Job Board Software Support
Your job board software CSS file is available for review on URL: www.Your_Job_Board.com/skins/basic/css/styles.css
CSS file abstract:
html, body {
width: 100%;
height: 100%;
}
html {
overflow-y: scroll;
}
body {
font-size: 80%; font-family: Arial, Helvetica, sans-serif; color: #000;
margin: 0; padding: 0;
background: #f4f4f4;
text-align: center;
/* overflow-y: scroll;*/
}
Adding new styles via job board software Admin to override main CSS
1. Navigate job board Admin:
Site Settings: Edit WSW Styles
2. System will open the CSS file update form.
Supply the styles you wish to override existing website CSS file. This file is located at www.Your_Job_Board.com/wsw.css
Styles field update example:
3. Save changes.
CSS editing tips
1. Use browser developer tools for IE 8 or Mozilla (plugin Firebug) to spot styles required. See the demo
2. Example of CSS editing: Changing background for website
3. Update cache of the browser to see changes.

