(→Add Custom Code) |
(→Add Custom Code) |
||
| Line 10: | Line 10: | ||
# The Custom Code is dynamic which means that it will over-write the default Pagelines CSS settings. | # The Custom Code is dynamic which means that it will over-write the default Pagelines CSS settings. | ||
# Remember: Proper CSS code format must be used in Custom CSS: | # Remember: Proper CSS code format must be used in Custom CSS: | ||
| − | #navigation_rss { | + | #navigation_rss {position: absolute; |
| − | + | ||
left: 720px; | left: 720px; | ||
font-family: Verdana, Arial, Helvetica, sans-serif; | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: #897567; | color: #897567; | ||
| − | line-height: 2.5em; | + | line-height: 2.5em;} |
| − | + | ||
One of the most dynamic features of Pagelines is the ability to modify or add Custom CSS to your site.
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;}