Admin Options
I spent years developing custom WordPress themes for clients. And on several instances I would deliver to my clients a pre-made WordPress theme. While these themes were absolute great and user friendly, my clients always needed very unique customization. And…
How to delete the meta tag, author and post date from posts.
Great question. I might add an option for this in the future if this is a popular request. In the mean time, you may simply use a little CSS to achieve your goal. Insert the appropriate CSS into your Custom…
CSS Hack for Setting a Sidebar Background Color
The default structure of this WordPress Canvas theme is not conducive to having a background sidebar color. However, with a little CSS, this can be easily achieved. As you can see, I made it work specifically for this post. Add…
Can We Make the Header Transparent and Add a Full-Window Image That Will Show through the Header and Fill the Window Edge-to-Edge?
Making the Header Transparent You currently can’t control the opacity of your color through the theme options panel. But you can always set the opacity of a color through your custom CSS box. Setting the Header to Span From Edge…
Where are the Breadcrumbs in my WooCommerce Shopping Page?
By design, and popular vote, I disabled the WooCommerce breadcrumbs. I figured if people really wanted breadcrumbs, they would have a better experience using breadcrumbs enabled by the WordPress SEO plugin by Yoast. Below is a screenshot on how to…
How Can I Change the Colors of the Notifications Boxes to Match the Colors the Primary Colors of My Website?
The notification shortcode and all other supported plugins uses colors set from your colors tab. If you have a plugin that has not been supported, you will need change any of their notifications color manually through your custom CSS editor.…
Hello world!
Instructions on Updating to WordPress Canvas 1.12
How to Add Google Font into the Body of the Content of Text in Visual Editor
At the moment, there is no “easy” way to target a specific section of your content to render a Google Font. However, it is possible to do, and I’ll show you how. First, you want to make sure you load…
How do we add a newsletter signup form with this theme?