Custom Template Question

Hi all, I've copied the uni template and made the changes so that it appears in the template selection menu - so far so good. Do I have to copy the common.css, general.css etc files into my new tempate folder and edit them there? because currently they just refer to the base template, ie:

 

@import url(../../base/css/common.css);

 

Thanks

Quote · 8 Jan 2011

 

Hi all, I've copied the uni template and made the changes so that it appears in the template selection menu - so far so good. Do I have to copy the common.css, general.css etc files into my new tempate folder and edit them there? because currently they just refer to the base template, ie:

 

@import url(../../base/css/common.css);

 

Thanks

No. You only copy sections of the css that you need to change and put it under the import.

So for example if you wanted to change the background color you would copy the body section from the base css file to your new templates css file. And not the entire body section. Just the css needed to change the background color.

So basically your providing overrides to the default.




https://www.deanbassett.com
Quote · 8 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.