Bootstrap overrides with Sass

In this tutorial, I go over how we can override the !default Bootstrap Sass variables in our own stylesheets. This will help us customize the Bootstrap framework and still be able to update to new versions in the future. Another powerful Sass feature!

You need to have an active subscription to view this content.

Register Here!

Add Bootstrap Menu and Responsive Theme Images

This tutorial goes over how to make all your images responsive within your WordPress theme, how to add a custom Walker class to use the Bootstrap navbar styles, and how to implement the WordPress 4.5+ custom logo API to allow your theme user the ability to upload a logo from the WordPress customizer panel.

You need to have an active subscription to view this content.

Register Here!

Clean up Starter WordPress Theme Files

This tutorial goes over how I normally clean up and remove unneeded files in the WordPress starter theme. This includes removing Sass file, JS files, rearranging functions, and creating new files. Doing this will cut down the size of our theme and gets it ready for a perfect starter for premium themes moving forward.

You need to have an active subscription to view this content.

Register Here!

GitHub Workflow

This tutorial goes over the normal GitHub workflow of adding, committing, pulling and pushing code to a GitHub repository. We will be using a GitHub repo throughout this series to commit and push our code too.

You need to have an active subscription to view this content.

Register Here!