Home / Forums / WoodMart support forum / Add count quantati to shop pages
Home › Forums › WoodMart support forum › Add count quantati to shop pages
Add count quantati to shop pages
- This topic has 11 replies, 3 voices, and was last updated 8 years, 2 months ago by
Elise Noromit.
-
AuthorPosts
-
April 20, 2018 at 10:02 am #53553
eurofigureParticipantHello i dont see add to cart button on category page also how i can add quantity on category page
April 20, 2018 at 11:11 am #53573Hi,
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.
April 20, 2018 at 12:06 pm #53583
eurofigureParticipantOn categorie product i want to add quantity
April 20, 2018 at 1:32 pm #53597Here is an article from WooCommerce documentation that should help you to do this https://docs.woocommerce.com/document/override-loop-template-and-show-quantities-next-to-add-to-cart-buttons/
April 21, 2018 at 10:58 am #53704
eurofigureParticipantOk 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.April 21, 2018 at 2:57 pm #53724
Elise NoromitMemberHello,
Please send us your site link and access if your site under maintenance. I will provide CSS for you.
Best Regards
April 23, 2018 at 8:13 am #53917
eurofigureParticipantok i send you
April 23, 2018 at 9:31 am #53941
Elise NoromitMemberHello,
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
April 23, 2018 at 2:35 pm #54050
eurofigureParticipantI did but is not working
April 23, 2018 at 4:22 pm #54086
Elise NoromitMemberHello,
While coping CSS you made a few mistakes that is why the code did not work.
http://prntscr.com/j92cot
http://prntscr.com/j92d6tNow 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
April 23, 2018 at 6:27 pm #54137
eurofigureParticipantThe footer hoover is not gold
Attachments:
You must be logged in to view attached files.April 23, 2018 at 7:02 pm #54157
Elise NoromitMemberHello,
Add this CSS code:
.color-scheme-light div[class^=vc_wp] a:hover{ color: #B69E84; }Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register