How to customise the Divi hamburger icon
If using the Hamburger or mobile menu icon, especially in full width desktop view instead of a standard navigation menu, you will likely want to customise it. Will a little inspecting of the elements you will find that this is pretty simple to do. The code below will...
Divi Full Width Portfolio columns & images
Portfolios… Full width portfolios give you the hover over with text on top. But they come as 5 columns.Here is a great tutorial on how to use a different column structure. Or Add the Following Code to the 'Page' CSS @media (min-width: 1041px) {...
How to hide unused shipping methods in WooCommerce
We don’t always want to show all shipping methods. If you have a Flat Rate for most shipping and a Free rate over a certain $ value then having both options is a problem. You don’t want the customers being able to click Free Shipping on any purchase. Woo...
Adding GST to NZ purchases
Most of our clients charge their overseas clients the gst and include it in the price but sometimes we need to add or separate out NZ GST for WooCommerce products. Recently 1 client asked for it to be on New Zealand purchases only, here’s how you do it....