Adding CSS to a page

Adding custom CSS into the webpage you're currently editing.

This should only be done if you understand the effects of the CSS you're adding.

Adding the CSS

Adding CSS to a page is a great resource that can be used when needing to style specific elements within a page.

To do this, simply add a new section:

Use the custom code section and wrap your styling within the <style> tags.

Advanced Tip: To reduce extra space this section could create, the anchor link option then target that anchor link with display:none;

I.e., set the anchor link to "customcode" then add this:

#customcode {display:none;}