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]
- Best way to start becoming a wordpress developer
- A mystery 300px image size
- How to add a second stylesheet to the editor
- 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?
- Where should I update_options in a theme?
- WP 3.1 upgrade breaks AutoFocus+ theme
- How to call WooCommerce update cart function programatically
- JavaScript Change focus to password field login page being reset
- jQuery not available to other scripts
- Displaying recent post excerpts on static front page
- How to make Isotope and WordPress work together?
- Customizer: Unique identifier that distinguishes which image upload control is uploading an image
- Conditional statement to show pagination
- How to make theme elements customizable in wordpress?
- Single page site with history.js
- How to create a custom template to admin dashboard
- How do I Add images uploaded in the post to a default custom field
- How to add a button which saves the post then executes a function
- Limitations when modifying wp_title with a filter
- How to make animated intro?
- How to edit theme functions file to modify pagination?
- How to override checkbox styles if these inputs have a unique id [closed]
- Custom Field created in add_meta_boxes reappearing itself again in the default Custom Metabox
- Storefront child theme not applying parent theme [closed]
- How to display all subpages and short by year
- Getting custom posts by post id from cutomizer text input
- Use second time navigation.js in underscores [closed]
- Disabling Customizer Selective Refresh shortcut icons for selected controls
- JavaScript stops working on selectively refreshed sections one inside the other
- How can I fetch the WordPress cart errors normally displayed in woocommerce-error?
- page.php dependent sites are not working in custom woocommerce theme
- “Add A Widget” button in the Customizer
- Theme Javascript.php Overwritten Nightly [closed]
- Customizer: save setting/control content to post/page
- 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]
- Changing a slider to a grid [closed]
- Custom Navigation build using wp_nav_menu and walker
- Using My Own Classes On Wp Unit Tests
- Is it possible to visually group items on the theme customizer?
- Theme Customizer not loading JS for live preview
- Custom Blocks as part of a theme
- Customize how a WordPress theme looks like in the Theme Selector
- WooCommerce: multiple input field for multiple product variations
- Can’t remove DIV from hooks in Storefront child theme [closed]
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Widget Option is Missing
- How do you use WordPress for a website that’s not in a blog format?
- My jQuery is enqueued properly. So why isn’t it working?
- Enqueued JavaScript is not working
- Default Text not showing from customizer
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- How to have content scroll over background
- WordPress Template Part in iFrame
- What is the diferences between pure WordPress theme and Woocommerce theme? [closed]
- Replace site title with logo when logo is uploaded in customizer using
- How to transfer one domain to another domain without losing theme options (customizer)?
- How to register and enqueue JavaScript files without breaking plugin dependencies?
- wp_enqueue_script not working?
- Is there a WordPress boolean for “theme_customizer_active()”?
- How to make theme configurable
- Extending Twenty Eleven Theme
- How can I wrap all blog posts image with
- White screen when attaching css to function.php
- why mytheme/single-product.php works but not mytheme/woocommerce/single-product.php
- WordPress theme resource won’t load over VPN
- How to clean up the theme for production?
- Templates without a loop, best practice?
- Why does admin-ajax load slow and what are ways to speed it up?
- Adding an external link to product grid list pages for woocommerce
- pass wordpress template directory into ajax url call
- theme-independent CSS/JS files
- searchform.php doesn’t work properly
- CSS added through customizer neglects the need of a child theme?
- Issue when posting updates/changes to wordress
- Want to add cart and a search bar in the right of logo line
- 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
- add shortcode support in customizer
- Clearing dummy data before launch
- 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