New Landing How can we help? Themeforest Theme Support Neighborhood Product quantity +/- buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • #54651
    delica
    Member
    Post count: 37

    Hi,

    Is there a way to change the size/style (add rounded corners for example) to the “Add to shopping bag” and “- # +” quantity buttons on the single product page?
    I’d like to make these smaller.

    Also, is it possible to change the location of the items above? Have it below the Product Description?

    Thanks!

    #54884
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please go to Admin -> Theme Options -> Custom CSS => Here put this code and update options .It will make rounded corner .

    .woocommerce form.cart button.single_add_to_cart_button{
    border-radius:4px 0 0 4px;
    }
    .woocommerce form.cart .yith-wcwl-add-to-wishlist{
    border-radius:0 4px 4px 0
    }
    .quantity buttons_added{
    border-radius:4px;
    }

    Note -: Smaller size is not possible due to more customization
    Cheers! ๐Ÿ˜€
    With Best Regards
    Swift Ideas

    #54965
    delica
    Member
    Post count: 37

    Hi Mohammad,

    Thanks! The first two codes worked great. However the last one didn’t have any effect on the quantity buttons.
    Any ideas?

    #54977
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use like that

    div.quantity{
    border-radius:4px;
    }

    Thanks

    #54980
    delica
    Member
    Post count: 37

    Perfect! Thank you.

    #54986
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    You most welcome .
    Cheers! ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register