Installation
I assume you already have a fresh copy of WordPress installed on your server.
You can install the ConsultPress Lite WordPress Theme in two different ways:
- Upload a zip file
When you are logged in your WordPress dashboard go to Appearance » Themes » Add New » Upload Theme and select the zip fileconsultpress-lite.zip
and click Install Now button. - FTP upload
Unzip the contents of theconsulpress-lite.zip
file and upload the folder namedconsultpress-lite
to your server towp-uploads/themes/
folder using a FTP client.
Once your theme is on the server, activate it by clicking the Activate button below the preview image in Appearance -> Themes.
Congratulations! Now the ConsultPress Lite WordPress Theme is installed.
Customizer & Theme Options
All ConsultPress Lite Theme Options can be found in the Customizer: Appearance » Customize. This is a live preview editor for your page.
Here you can change:
- Logo
- Theme Brand Color
- Layout
- Custom Code
- Footer
Header Widgets
In our demo, we have a special place in the upper right corner of the site for widgets in the header area. In lite version of the ConsultPress, you can put a text widget with the icon and text. For example, you can see the phone number and email address in our demo.
Here is the code which we added in text widget for phone number <i class="fa fa-phone" aria-hidden="true"></i> 1-888-123-4567
and for email address <i class="fa fa-envelope" aria-hidden="true"></i> [email protected]
You can also use any other icon from Font Awesome icons.