Home Forums WoodMart support forum Add count quantati to shop pages

Add count quantati to shop pages

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #53553

    eurofigure
    Participant

    Hello i dont see add to cart button on category page also how i can add quantity on category page

    #53573

    Artem Temos
    Keymaster

    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.

    #53583

    eurofigure
    Participant

    On categorie product i want to add quantity

    #53597

    Artem Temos
    Keymaster

    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/

    #53704

    eurofigure
    Participant

    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.
    #53724

    Hello,

    Please send us your site link and access if your site under maintenance. I will provide CSS for you.

    Best Regards

    #53917

    eurofigure
    Participant

    ok i send you

    #53941

    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

    #54050

    eurofigure
    Participant

    I did but is not working

    #54086

    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

    #54137

    eurofigure
    Participant

    The footer hoover is not gold

    Attachments:
    You must be logged in to view attached files.
    #54157

    Hello,

    Add this CSS code:

    .color-scheme-light div[class^=vc_wp] a:hover{
     color: #B69E84;
    }

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)