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 7 years ago by Elise Noromit. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts April 20, 2018 at 10:02 am #53553 eurofigureParticipant Hello 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 #53573 Artem TemosKeymaster 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. April 20, 2018 at 12:06 pm #53583 eurofigureParticipant On categorie product i want to add quantity April 20, 2018 at 1:32 pm #53597 Artem TemosKeymaster Here 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 eurofigureParticipant 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. April 21, 2018 at 2:57 pm #53724 Elise NoromitMember Hello, 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 eurofigureParticipant ok i send you April 23, 2018 at 9:31 am #53941 Elise NoromitMember 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 April 23, 2018 at 2:35 pm #54050 eurofigureParticipant I did but is not working April 23, 2018 at 4:22 pm #54086 Elise NoromitMember 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 April 23, 2018 at 6:27 pm #54137 eurofigureParticipant The footer hoover is not gold Attachments:You must be logged in to view attached files. April 23, 2018 at 7:02 pm #54157 Elise NoromitMember Hello, Add this CSS code: .color-scheme-light div[class^=vc_wp] a:hover{ color: #B69E84; } Best Regards Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to create new topics. Login / Register