WooCommerce products settings

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by ronnies, Jan 27, 2015.

Thread Status:
Not open for further replies.
  1. ronnies

    ronnies Member

    Joined:
    Jan 13, 2015
    Messages:
    63
    Likes Received:
    1
    Hi again :)

    I have a couple of questions regarding the view of products on the theme:

    1. The images shown on the category page are 200x150 - how can I change this setting? I want it to show as a square 200x200 image instead, for example.
    http://ronnies-linux.evh732.evhost.co.il/product-category/sale/

    2. I have products with several images, for example:
    http://ronnies-linux.evh732.evhost.co.il/shop/bed_linen/מצעי-כותנה-לבנים-דגם-נקודות/
    right now it just shows right & left arrows to switch between the images. But I want them to be shown as thumbnails under the main image, how do I do that?

    Thanks!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.


    Code:
    .content-bar .site-content ul.products li#product_item {
      width: 21%;
    }
    .content-bar .site-content ul.products li#product_item img {
      width: 200px;
      height: 200px;
      margin: 0;
      padding: 0;
    }
     
    .productlisting .pgallery li .edd-image, li .edd-image {
      width: 200px;
    }



    For second issue this is not possible to change the slider.

    Thanks & Regards
    Pramod
     
  3. ronnies

    ronnies Member

    Joined:
    Jan 13, 2015
    Messages:
    63
    Likes Received:
    1
    Thank you so much Pramod, it worked! :)
     
Thread Status:
Not open for further replies.

Share This Page