This topic has 8 replies, 3 voices, and was last updated 1 years, 6 months ago ago by Tony Rodriguez
Hi,
I want to move the qty.
See screenshot.
Hello @jaroh,
In order to resolve your issue, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
.single-product .woo-single-dragandrophandler-container {
width: 100% !important;
}
The result should look like this: https://postimg.cc/06XdsqGC
Best Regards,
8Theme’s Team
How about change hover color in the cart.
https://i.postimg.cc/DzFrFK9h/woocommerce-cart-hover-color-change.png
Hello @jaroh,
Thank you for your response.
Please try to use the next custom CSS code:
.et_b_header-cart.et_element-top-level .et-mini-content .product_list_widget li:hover {
color: white !important;
}
Best Regards,
8Theme’s Team
Thanks. One last changes in the cart.
How can I fix this?
https://i.postimg.cc/G25nTDsx/woocommerce-cart-hover-color-change2.png
Hello @jaroh,
Thank you for your response.
.et_b_header-cart .et-mini-content .product_list_widget li:not(:hover) label {
color: #000;
}
Best Regards,
8Theme’s Team
Perfect. Thank you.
Hello, jaroh,
Thank you for contacting us and for using our theme and support services. We appreciate your feedback and are glad to know that you are satisfied with our product and services.
We kindly request you to consider leaving a 5-star rating for our theme and customer and technical support by visiting http://themeforest.net/downloads. Your feedback and positive review would not only help us improve our product but also encourage us to provide better support in the future. It means a lot to us and we are grateful for your support.
If you have any further queries or concerns, please feel free to contact us anytime. We are always here to assist you.
Thank you again for choosing our product and services.
This topic is now closed!
Best regards,
8Theme’s Team.
Tagged: add to cart, button, product page, quantity, templates, woocommerce, wordpress
The issue related to '‘Product Page – move qty just above add to cart button’' has been successfully resolved, and the topic is now closed for further responses