1 Add Social Icons to the Header To add social icons in the header, start by setting your social network links in:Theme Options > Layout > Social Icons Theme Options > Layout > Social Icons After setting the links, the...
Remove WooCommerce SKU Field Option 1 – Using PHP:Add the following code to your child theme’s functions.php: add_filter('wc_product_sku_enabled', '__return_false' ); Option 2 – Using CSS:Add the following CSS snippet into Theme Options > Layout > Custom CSS .sku_wrapper { display:...