| Line 1: | Line 1: | ||
[[Category:New Page]] | [[Category:New Page]] | ||
| − | The Custom Code | + | The Custom Code settings is where you can customize your site beyond what's available in the PageLines 2.0 options. It would be easy to add tons of theme options to every little thing in your site; but when trying to customize colors, shapes, text, and control each entity’s size… options aren’t always the best solution. This is because you could add 20 options just to control one block of text; so adding options for everything leads to an overly-complicated product. |
<br /><br /> | <br /><br /> | ||
From your WordPress Administration Panel: | From your WordPress Administration Panel: | ||
| Line 8: | Line 8: | ||
==Custom CSS== | ==Custom CSS== | ||
| − | Custom CSS is by far the best way to customize your site. | + | Custom CSS is by far the best way to customize your site. This "Custom CSS" setting is a simple quick way to add custom styles to your current site without having to edit any css files. |
The Custom Code settings is where you can customize your site beyond what's available in the PageLines 2.0 options. It would be easy to add tons of theme options to every little thing in your site; but when trying to customize colors, shapes, text, and control each entity’s size… options aren’t always the best solution. This is because you could add 20 options just to control one block of text; so adding options for everything leads to an overly-complicated product.
From your WordPress Administration Panel:
Custom CSS is by far the best way to customize your site. This "Custom CSS" setting is a simple quick way to add custom styles to your current site without having to edit any css files.
The below example shows how to add or modify a site's CSS. Follow similar steps for all Custom CSS. From your WordPress Administration Panel:
#navigation_rss {position: absolute;
left: 720px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #897567;
line-height: 2.5em;}
In addition to being able to add Custom CSS in the Custom CSS Panel, javascripts can be added to both the header and the footer.There is also a section to add Google asynchronous analytics code script.
The "Custom CSS" section is a simple quick way to add custom styles to your current site design.
The PageLines Customize plugin is a more comprehensive way to customize your theme. It is a way to create child themes for your site through the plugin to add CSS but also functions, hooks and anything you want to customize your site.
Once the PageLines Customize plugin has been installed and activated, you can use the Child Editor plugin to modify the "style.css" From your WordPress Administration Panel:
From your WordPress Administration Panel:
There are a couple of FREE CSS Inspection Tools which can be used to do this. They are Firebug and Google's Chrome Inspection tool.
From Mozilla Firefox:
From Mozilla Firefox:
From Google Chrome: (The CSS Inspection Tool is built into Chrome)