Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23570

    Hi,

    Could you tell me how I can remove the 2 dropdown boxes (sort by xxxx, display xxx products per page) in the shop page?

    Thanks,

    Thomas

    #120340

    Hi,

    Just add this on your custom.css or Quick CSS

    .product-sorting {
    display: none;
    }

    Regards,

    Ismael

    #120341

    Thanks Ismael, it works now.

    One more question : now there is almost no blank space between the big category image and the products images. Where/How can I change this?

    Thanks,

    Thomas

    #120342

    Hi,

    URL please. Anywhere, since otherwise I would have to build the same site that you already have .

    Thanks,

    Nick

    #120343

    Hi Nick,

    Please have a look here http://goo.gl/Hm4rH

    The vertical space between the category image and the products image is to tight… can we increase it?

    Thanks,

    Thomas

    #120344

    Hi,

    You write that there is no space between product and category images.. However looking at this snapshot ( http://www.clipular.com/c?6577099=rfg4GyU7fSu3b11BtQ6uPcCNjrk&f=.png ) , i see a paragraph of text sepaprating the big image from the product images. Please specify what you would like to see as an end result, (extra space somewhere or an image moved and whether to add this padding before or after the paragraph of text?)

    Thanks,

    Nick

    #120345

    Hi Nick,

    I’d like to add some white space (or a separator) between the category description (including image) and the first line of 3 subcategories images.

    By the way, can you tell me how to add some space (left/right-up/down) between the subcategories images, and change the subcategory name text size ?

    Thanks a lot,

    Thomas

    #120346

    Hi,

    Please make sure all categories have a description, because when there is no description: Choice 1 below will push down from the category image and on pages with no description everything will look good, however on pages that have a description, Choice 1 will push the description down as well. Choice 2 will push from the category description , creating a space between the description and product images. However if there is no category description, the description container will also be missing, so nothing will change on those pages. So please make sure that **every category and sub-category** have a description and an image.

    Use 1 or 2 (read above for explanation, if both are used, there will be space between category image and description, and space between description and product images)

    1. To create the space between category title and products please add this css, and adjust bottom margin as needed (it is 0 currently).

    #top.tax-product_cat .page-thumb {
    margin-bottom: 50px;
    }

    2. To create the space between category description and products use this css.

    #top.tax-product_cat .term-description {
    margin-bottom: 50px;
    }

    ==================

    To add a separator will be more difficult and will involve editing the plugin. Since you didnt specify , i just included instructions above on how to add space.

    =========

    To change the size/color etc. of title this is the current css (i didnt modify anything, change font size below)

    #top.tax-product_cat .title_container .main-title {
    font-size: 16px;
    min-height: 36px;
    line-height: 2.3em;
    font-weight: 400;
    }

    ==================

    To modify the space between product images change the % in the code below (top, right, bottom, left) . So keep 2 of the 4 at 0%

    You can use decimals so 1.1% is a good place to start

    #top.tax-product_cat .shop_columns_3 .products .product {
    margin: 0% 1% 1% 0%;
    }

    Thanks,

    Nick

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove dropdown boxes on shop page’ is closed to new replies.