(→Methods of Customization) |
|||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
PageLines has made available what we think are the best theme options for creating your site. It would be easy to add tons more options for every little detail, but when trying to customize colors, shapes, text, & size… options aren’t always the best solution. This is because you could have twenty options just to control one block of text; so adding options for everything leads to an overly-complicated product. | PageLines has made available what we think are the best theme options for creating your site. It would be easy to add tons more options for every little detail, but when trying to customize colors, shapes, text, & size… options aren’t always the best solution. This is because you could have twenty options just to control one block of text; so adding options for everything leads to an overly-complicated product. | ||
PageLines has made available what we think are the best theme options for creating your site. It would be easy to add tons more options for every little detail, but when trying to customize colors, shapes, text, & size… options aren’t always the best solution. This is because you could have twenty options just to control one block of text; so adding options for everything leads to an overly-complicated product.
That is why we give you the ability to add customization. If you have advanced knowledge of CSS, PHP, or other scripts & coding methods, you can easily dive in & customize your site beyond what's available in the PageLines 2.0 options.
PageLines offers three different methods for adding custom code to your site.
The Custom Code Settings is an easy way to add custom CSS to your site. You can use these settings to add header & footer scripts as well. Anything you enter in the Custom Code settings will be saved in your site's database, which is another reason to always backup on a regular basis.
Click on How to Use the Custom Code Settings for more information.
The PageLines Customize Plugin is a plugin that acts like a child theme. When activated, it creates a style.css file for your custom CSS, and a functions.php file for your custom PHP and hooks.
Click on How to Use the PageLines Customize Plugin for more information.
The Base Theme is a child theme for PageLines 2.0 that you can use to make your custom code changes. It has its own style.css & functions.php for you to insert your customization. In addition, you can use the Base Theme to make custom changes to any of the core PageLines sections. This theme is also used as a reference for building your own child themes for the PageLines Store.
Click on How to Use the Base Theme for more information.