CSS / HTML Cheat Sheet
No Break Space or <p> </p> CSS class vs. ID The ID selector specifies a style for a unique element, defined with a "#". Do not start an ID with…
WordPress Essentials
Reset Admin Password through FTP 1. Log in to your site through FTP and open functions.php. 2. Add this code at the beginning, after the first <?php: wp_set_password( 'password', 1…
Photoshop: Masking Hair
Clients and friends alike regularly ask me to help them superimpose the image of a person onto another background. The first problem is hair and the opacity between the…
Woocommerce Variations (Sizes, Colors, etc.)
Go to the Product Scroll to Product Data. Change drop-down menu to Variable product. Attributes Select the Attributes tab on the left. Change drop-down menu to Custom product attributes and click the…
Woocommerce Products Step-by-Step
From the left side of your wp-admin page click on Products then choose Add Products or select the product you want to edit. Center Column Add Product Name Ignore the main text widow Fill…
Woocommerce Cheat Sheet
Add CSS only on the Shop page change .xxx to the specific CSS element you want to change .archive.post-type-archive-product.woocommerce .xxx { background-color: pink; } Increase Your PHP Memory Add this…
Online CSS Generators & Mixers
Here is a link to an awesome CSS gradient generator http://www.colorzilla.com/gradient-editor Here is a link to an awesome CSS button generator http://www.bestcssbuttongenerator.com W3 Schools is a great assistant for HTML…