Delivery Lite is the most easy-to-use WordPress theme, you won't find a thousand options in it, just install and you ready to change the world! But, it comes with clean design, beautiful and mobile-friendly. Well suited for online magazines websites, news websites or personal blogs.
It has a easy-to-use logo and favicon uploader via customizer. The main features include a featured posts slider, built-in breadcrumbs, built-in pagination, 4 widget areas and 2 menus.
Delivery Lite is based off the super-cool starter WordPress theme, Underscores!
Through Dashboard
Installing Via FTP
/wp-content/themes/
and make sure that you do not already have a delivery-lite
folder installed. If you do, then back it up and remove it from /wp-content/themes/
before uploading your copy of delivery-lite
theme.Delivery Lite has feature to change the default background using the native WordPress custom background function. To use it, please follow the steps below:
You can easily to upload your custom branding logo to your site, once you uploaded it, it will change the site title and description.
You can easily to upload your custom favicon to your site, favicon will appear in the address bar of your browser.
Featured posts slider is a posts based on user selected tag with a smooth slide effect, in only displayed on home page.
There are two ways to use it, please choose which one is describe your needs:
Since Delivery Lite is a parent theme, you'll want to create a child theme if you plan on making any customizations. Don't know how to make a child theme? It's relatively simple. Just follow the below steps.
/wp-content/themes
directory called delivery-child
.style.css
file within your theme folder.style.css
file, add the below information./**
* Theme Name: Delivery Lite Child
* Theme URI: http://link-to-your-site.com
* Description: Describe what your theme should be like.
* Version: 0.1
* Author: Your Name
* Author URI: http://link-to-your-site.com
* Tags: Add, Whatever, Tags, You, Want
* Template: delivery-lite
*/
From that point, you simply need to start adding your own styles. The parent theme styles will automatically be loaded for you.
Note that child themes are now the officially-supported way of modifying themes in WordPress.
Reference top