Advanced

Access the Advanced Theme Options via Appearance > Theme Options > Advanced.

Custom CSS

If you require changes to the CSS on your site, use the Custom CSS field to override the default CSS. This is safe from updates.

Please note: Only use this option if you have experience using CSS.

Mobile CSS

If you require changes to the CSS on your site for Mobile devices, use Mobile CSS field to override the default CSS. This CSS becomes active when screen sizes are less than 1025px. This is safe from updates.

Please note: Only use this option if you have experience using CSS.

Tracking Code

Use this section of the Advanced Theme Options to add your Google Analytics code, or any other tracking code you wish to use.

Code Before </head>

Add Javascript / jQuery into this field to appear directly before the </head> tag.

Please note: You must include the <script> tags e.g.

<script>
/* YOUR SCRIPT HERE */ 
</script>

Script Before </body>

Add Javascript / jQuery into this field to appear directly before the </body> tag. This is ideal for custom scripts.

Please note: You must include the <script> tags e.g.

<script>
/* YOUR SCRIPT HERE */ 
</script>