//Link js file with wordpress function enqueue_files(){ wp_enqueue_script( 'jquery', get_stylesheet_directory_uri() . '/js/jquery.min.js'); } add_action("wp_enqueue_scripts","enqueue_files"); <style> <!----------------- paste css in style.css file only -------------------> <!------------ in woocommerce product slide effect css -----------------> .outer_image_container { position: relative; } .show_box_effect { position: absolute; background: #2f2f2f; width: 80%; height: 1%; top: -80%; left: 0; right: 0; bottom: 0; margin: auto; transition: 0.5s all; z-index: -1; opacity: 0; display: flex; } ul.products li.product:hover .show_box_effect { position: absolute; background: #2f2f2f; width: 80%; height: 80%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transition: 0.5s all; z-index: 1; opacity: 1; display: flex; } a.custom_add_to_cart { background: none; text-align: center; ...
We provide knowledgeable blogs related to php, jQuery, html, css, wordpress, woocommerce, cordova app with examples in 2021.