How To Change Background

Our themes allow you to customize the background of your theme by either uploading an image or selecting a color. Go to Appearance → Theme Options → Color Options  →  Background Styling in your WordPress dashboard. – Background Color : This option will affect only page background. – Custom Background […]

Configure Widgets

To add a widget in your theme’s widgetized zones, navigate to wp-admin → Appearance → Widgets. The big panel on the left side shows all available widgets. The small panels on the right are the widgetized areas. To add a widget: drag and drop the widget from the left panel […]

How to set home and blog pages

Make your homepage the blog If you want to have the home page default to your blog then you don’t need to select anything from the Frontpage Settings dropdown. All of your posts will automatically show on your home page. You can set the number of posts to show from […]

How to add own favico?

Add your own Favicon If you aren’t familiar with Favicons, they are the little images that show in the browser tabs or bookmarks for a site. They take a bit more care when creating the image file since they are so small but there are some great resources on the […]

Social Icons

Ambience includes a large set of social icons that can be used all throughout the theme. These social icons are a custom font icon so will always be super crisp and not require any images. Using a font icon also allows us to have advanced color options. Social Icons can […]

Site Optimization Tips

If your site is not running as fast as you’d like, there could be a few different issues. Please check out official wordpress tips & rules: WordPress Optimization

Overriding a script from the parent theme

Sometimes customization of a theme can’t be achieved only by editing the php files. In few cases you will need to make changes to the scripts too. In order achieve this you will need to deregister a script from the parent theme and use another in your child theme. Here […]