Woocommerce hooks and customization.
All of the codes below will be place on your function.php Change number of products displayed per page Archive columns Archive columns with body class Archive columns css To change the single product thumbnails Remove subcategory count Change the woocommerce subcategory thumbnail to width. Add Social media share ( this need to install Addthis plugin…
Genesis content full width function in specific post type
Option 1 Option 2 This function is to forced your custom post type content layout to full width. Common post type is post, page, and product ( woocommerce plugin pages ) and etc. Copy the codes below and paste it into your function.php. Just change the ‘product’ to your custom post type.
Genesis remove home page title
Paste the codes below into your function.php

Wrap the genesis footer widgets and genesis footer
Wrap the genesis footer widgets and footer section by footer wrap. Example: Using the codes below, this will be the output look like. Copy the codes and paste it into your function.php