(Created page with "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 tryin...") |
|||
| Line 2: | Line 2: | ||
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. | 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. | ||
| + | |||
| + | ==Methods of Customization== | ||
| + | PageLines offers three different methods for adding custom coding to you site. | ||
| + | |||
| + | ===Custom Code Settings=== | ||
| + | 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. | ||
| + | |||
| + | ===PageLines Customize Plugin=== | ||
| + | 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. | ||
| + | |||
| + | ===Base Theme=== | ||
| + | The Base Theme is a child theme that you can use to make your custom code changes. It has its own style.css & functions.php for you to insert your customization. | ||
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.
Contents |
PageLines offers three different methods for adding custom coding to you 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 that you can use to make your custom code changes. It has its own style.css & functions.php for you to insert your customization.