Add following code to css
.product-details {
position: absolute;
top: 15px;
z-index: 999;
display: none;
}
.product:hover .product-details {
display: block;
}
Related Posts:
- What is the best practice for customizing a plugin’s JavaScript/jQuery?
- How to correctly add JQuery in a WP theme?
- How to add material design css in wordpress and woocommerce
- StoreFront product pages: Turn the Short Description section into a kindred tab section [closed]
- Zoom on custom theme without child
- Redirect to another page using contact form 7? [closed]
- Integrate WooCommerce theme with a WordPress theme [closed]
- Woocommerce Product attribute not imported with wordpress Importer [closed]
- how to edit woocommerce checkout page
- How to convert that page to a wordpress template? [closed]
- Does the functions.php file ever get called during an AJAX call? Debug AJAX
- theme path in javascript file
- Proper, exhaustive documentation for wp.editor etc
- Trigger Customizer saving process with Javascript only
- Best practices – Should I create a child theme vs. customizing a framework theme? (such as HTML5 reset)
- How to disable 3.1 “Admin Bar” via script for the admin user?
- Where do I find the functions triggered within a hook?
- Changing the entire control choices using wp.customize with JavaScript
- How the WordPress sidebar works
- How to Change CSS Variable value in Theme Customizer Live Preview
- Should we localize custom-made themes / plugins?
- Extend walker – navigation, adding data attribute to a tag
- How can I remove the Static Front Page option from the Customizer
- How can i customize the comment list
- How to handle theme customization and sass variables
- wp_enqueue_scripts not called on search page?
- wp_head() not inserting the default stylesheet style.css
- First completely customized theme, where should I start?
- WordPress how to override function adjacent_posts_rel_link_wp_head() in link-template.php the correct way
- Theme Customizer not loading
- Whats the safest way to output custom JavaScript and Css code entered by the admin in the Theme Settings?
- WordPress Customizer Control with React
- Best practices: Custom theme sidebar menu – hardcode or widget?
- Best approach to create sites with Modular Content? [closed]
- How do I update WooCommerce template files in my theme? [closed]
- What’s the best action to use when you want to do something only once per theme setup?
- Customizer API and add_panel(). Panel doesn’t show
- Creating multiple hooks for theme
- What is the best way to handle multiple calls to get_template_directory_uri() and similar functions?
- Including Javascript options
- A mystery 300px image size
- Removing non native customizer settings from a child theme
- How to reorganize the items returned by wp_list_comments()?
- which is the best way to customize nav-menu-template.php?
- JavaScript Change focus to password field login page being reset
- Single page site with history.js
- Limitations when modifying wp_title with a filter
- How to edit theme functions file to modify pagination?
- page.php dependent sites are not working in custom woocommerce theme
- “Add A Widget” button in the Customizer
- Q: How to pull data from custom table to populate zustomizer setting/control select options
- Scroll to position on page for category pages only — woocommerce
- How to: JQuery multiple wordpress media uploader buttons in the same options page?
- Move default page templates to sub directory
- Menu jumping when calling it via PHP
- How to get javascript slider to work! [closed]
- Using My Own Classes On Wp Unit Tests
- WooCommerce: multiple input field for multiple product variations
- My jQuery is enqueued properly. So why isn’t it working?
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- What is the diferences between pure WordPress theme and Woocommerce theme? [closed]
- wp_enqueue_script not working?
- why mytheme/single-product.php works but not mytheme/woocommerce/single-product.php
- Why does admin-ajax load slow and what are ways to speed it up?
- pass wordpress template directory into ajax url call
- theme-independent CSS/JS files
- searchform.php doesn’t work properly
- Customizer: get_preview_url() inside customize_save_after hook
- Javascript development in Custom Themes
- How to add custom meta box when you have a custom page template file
- How to call a widget in a loop at a specific iteration value?
- Right procedure when you develop a WP Website for a client
- New to WordPress – Read the Codex, Other Docs; Still Confused
- My contact form – I’ve changed the source code but the changes are not being applied
- How to custom category template based on category?
- How to diagnose wp-env environment problem
- Alter shop page lay-out in OceanWP theme
- the_content() not displaying description correctly
- What is the best practice workflow for new website overhaul and keeping current SEO ranking? [closed]
- Add a customize control depending wich radio setting is checked
- Any way to permanently translate themes?
- How to share posts (and plugins) between existing site and new, separate dev/test installation?
- How to prevent XSS attack in wordpress theme?
- WordPress 3.5 + Foundation 5 not working on IE9
- Theme customizer live preview JS- Trying to bind to an html image url without luck
- Theme Option’s Save Button is not working
- wp_deregister_script was called incorrectly
- Using wp_enqueue_script with social media buttons?
- Pagination adds product to cart Woo-Commerce
- Theme now uses require.js and enqueue script no longer works
- What is The Best Way to Make Parallax header effect for wordpress theme ?? pure CSS or using JavaScript? [closed]
- How to change order of elements using a child theme
- Best practice to create required pages
- Permalinks problem with custom theme
- WP site makes mobile browser crash for high memory usage
- How to install Woocommerce without plugin?
- How to split the site’s layout without damaging this layout? [closed]
- Multiple content areas with Gutenberg – Transparent areas mid content
- How to set up a development/staging site to make major changes to the theme then update on the live site?
- jQuery Snippet Not Working on WordPress Site [closed]