Customize WooCommerce Product Search Field

woocommerce-search-field

…own custom search field including using an icon. The Original Markup https://gist.github.com/neilgee/e59780dea680caddaa13672ebfaedcde#file-search-original.php This will just reproduce the form in it’s original format. The New Markup https://gist.github.com/neilgee/e59780dea680caddaa13672ebfaedcde#file-search-new.php Here a fontawesome magnifying…

Read More

Add Navigation Arrows in WooCommerce Product Gallery Slider

Woocomerce Navigation Arrows

…Neil Gowran Use below – other code in comments had curly tick marks wp_enqueue_style( ‘font-awesome-free‘, ‘//use.fontawesome.com/releases/v5.6.1/css/all.css’ ); Neil Gowran try wp_enqueue_style( ‘font-awesome-free‘, ‘//use.fontawesome.com/releases/v5.6.1/css/all.css’ ); Neil Gowran wp_enqueue_style( ‘font-awesome-free‘, ‘//use.fontawesome.com/releases/v5.6.1/css/all.css’ );…

Read More