Getting Started

Making the Mobile Menu Dark with White Text
You'll need a bit of custom css for this. Try adding the following to Theme Options > Custom Code: @media only screen and (max-width: 1100px...
Wed, 2 Nov, 2016 at 5:14 PM
Center the Page Heading Elements
If you'd like to center the elements within the page heading instead of having them aligned to the left it's pretty straightforward. Just ad...
Tue, 15 Nov, 2016 at 4:56 PM
Adding the Search and Hire Us Button to the Main Menu Manually
First go to Appearance > Menus and click Screen Options at the top. Ensure CSS Classes is ticked. 1. Search Next create a Custom ...
Wed, 16 Nov, 2016 at 7:12 PM
If you've updated to Layerslider version 5
If you've updated from version 4 of Layerslider to version 5 - there are two steps worth doing. Step 1 Go to Layerslider > Click ...
Thu, 17 Nov, 2016 at 8:32 PM
Changing the Portfolio name to something else, e.g. "Project"
To do this, we'll create a custom function. You can do this in 2 ways - one is to use the included child theme. You see a 'functions.php&...
Sun, 20 Nov, 2016 at 12:50 PM
Demo Data - Below Main Content
This is a simple text widget - added to Appearance > Widgets > 'Below Main Content' Replace the # with a link to your own site. <di...
Mon, 23 Jan, 2017 at 3:12 PM
Success Homepage in IE11
IE11 is a very old browser with a increasingly small share of users - for security and compatibility reasons it is much better using a more modern version o...
Wed, 25 Jan, 2017 at 3:07 PM
Manually add a PDF feature to the sidebar
Drag a new text widget into the 'Pages SIdebar' widget area (Appearance > Widgets) Content: <i class="fa fa-file-pdf-o"></i...
Fri, 3 Mar, 2017 at 1:18 PM
I'd like to increase the size of my Sticky Logo
Go to Appearance > Customize > Additional CSS - and add the following snippet: @media only screen and (min-width: 1100px) { .fixed .leftnav .cg-ma...
Fri, 9 Jun, 2017 at 8:53 AM
Remove the gradient on the slider
Add the following snippet via Appearance > Customize > Additional CSS: body .ls-layers:before, body .ls-inner:before { display: none; }
Mon, 27 Nov, 2017 at 4:53 PM