You can change the Back to top button position from Theme options > Settings > General. If you’re looking for more advanced customizations on the Back to Top button you can check this article:
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:...