Grouped products

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Nov 28, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    On my webshop www.t-supporting.nl i add different product.
    I made grouped product because of the different sizes of each products we have in de shop.

    But the buttons of the grouped product are very big (see attached picture "RED area").
    Is it possible to make this buttons smaller??

    Or is there an another way to make this grouped products looked nicer than it is now.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar.becomemember input[type="button"].minus {
    width: 25px;
    height: 25px;
    }
    .sidebar.becomemember .input-text.qty {
    width: 45px;
    height: 25px;
    }
    .sidebar.becomemember input[type="button"].plus {
    width: 25px;
    height: 25px;
    }
    
     

Share This Page