Go back to ThemePartner.com Buy now $49.00
Hide

Making custom CSS changes

Normally upgrading to a more recent release of a template would erase all the custom changes you've made to any files, including the CSS files. By using the steps described in the tutorial below, you can override existing CSS rules or add your own custom CSS rules to the template and still upgrade it to a newer version without losing the custom changes you've made.

  1. Navigate to the folder templates/{template_name}/css/
  2. Add your custom CSS styles to the file named _custom.css
  3. Rename this file to custom.css (without the underscore)
  4. This file will now automatically be loaded by the template
  5. Upgrading the template will not override the custom.css file, thus keeping your custom changes intact