Keep up with the latest Developments on twitter@EngAdvent Developed by Engineering Adventures
Last Updated
2014-07-05
See the build website section to make instant design changes using the design selector.
Extra designs are availble if you upgrade to the full version.
The website design and content are 100% separate. You can make and site look completely different by simply applying a new template and/or stylesheets.
The template is called for in the setup page.
The default style sheets used by Pure SEO-CMS are called "styletext.css", "stylelayout.css" and "stylecolor.css" for controlling text and layout and colour respectively. These must not be removed from the root (default is \www) directory as they work in conjunction with the appropriate template. If you do change the website root directory then you will also need to move these files.
If you don't want to learn to code then you can create your own designs using the free CSS wizard that has been designed to work in conjunction with Pure SEO CMS. Download the CSS generator program and follow each simple step.
Use the style editor section to make changes to the website design.
Any template and stylesheets can be used provided the Pure SEO CMS custom tags are added instead of the text.
See the advanced section of this site for more information.
Often dramatic changes to the look of your site can be made by making only simple changes to the websites style sheet. The style sheet contains a simple list of elements, properties and values. Although the syntax is critical they are written if fairly plain English so it is not difficult to see how to change the body {background-color: rgb(0,0,0);} to body {background-color: rgb(255,255,255);}
The style sheet editor in Pure SEO-CMS makes this quite easy.
First select the stylecolor.css file in the top left list (1) to load the style information.
To modify or add new properties, right click on the style sheet and use the menu to add the appropriate code. Colours and pictures will be loaded automatically.
A list of common commands can be found by right clicking on the style sheet editor but all commands are provided at www.w3.org
Please note that to keep the site accessible to people with disabilities it is important that some of the style sheet features are not changed, e.g. text sizes as 'em' allows users to enlarge the text if they need to.