Add count quantati to shop pages
-
Hello i dont see add to cart button on category page also how i can add quantity on category page
Hi,
Please, describe us your problems in a bit more details. Attach some screenshots and provide us a list of steps how to reproduce it on your website.
Thank you in advance.
On categorie product i want to add quantity
Ok i did with different way i want also to change colors i send you screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Please send us your site link and access if your site under maintenance. I will provide CSS for you.
Best Regards
Hello,
Please add this CSS to Theme Settings > Custom CSS:
/*widget title for categories*/
.widget_product_categories .widget-title {
margin-bottom: 10px;
color: grey;
}
/*category*/
.widget_product_categories .product-categories li.current-cat>a {
color: #B69E84;
}
/*breadcrumbs*/
.woocommerce-breadcrumb .breadcrumb-last {
color: grey;
}
/*product titel on hover*/
.product-grid-item .product-title a, .product-title a:hover{
color: #B69E84;
}
Kind Regards
Hello,
While coping CSS you made a few mistakes that is why the code did not work.
http://prntscr.com/j92cot
http://prntscr.com/j92d6t
Now I have corrected them all and see that the code is working now. The only thing, perhaps, is you will need to replace hex values of the color in the texts where you want.
Best Regards
The footer hoover is not gold
Attachments:
You must be
logged in to view attached files.
Hello,
Add this CSS code:
.color-scheme-light div[class^=vc_wp] a:hover{
color: #B69E84;
}
Best Regards