Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #358177

    Hi guys,

    I am having a great time working on Enfold theme, i have learnt a lot from the forum. My current progress is on the Woocommerce – shop page.

    I have the following questions,

    1. I would like to change the background of the Shop page, how can i do it?
    2. Am i able to put a color section in the Shop page?
    3. After i added the products and image of the product, the listing on the Shop page seem to out of order. For example, the box size of the different product is not same. some are bigger and some are smaller. The images that i uploaded for the products are the same.
    4.I have also added the quantity +/- field on the Shop page, against each of the product , but the button is not align with the add to cart button.

    Thank you.

    • This topic was modified 10 years ago by JONI.
    #358490

    Hey JONI!

    1. Try using this CSS.

    .post-type-archive-product .container_wrap { background: red !important; }
    

    2. There is actually a current bug when using color sections on the shop page. We’ll see if we can get a fix worked out soon.

    3. + 4. Can you send us a link so we can take a look? You can set your reply as private if you wish.

    Cheers!
    Elliott

    #358834
    This reply has been marked as private.
    #359137

    Hey!

    Please change Elliott’s code to following one

    .post-type-archive-product #main .container_wrap { background: red !important; }
    button.add_to_cart_button.button.product_type_simple { color: orange!important; }
    #top .main_color .quantity input.plus, #top .main_color .quantity input.minus { color: blue; }

    Regards,
    Yigit

    #359416

    Hi Elliott/Yigit,

    Thanks for the reply.

    I have tried your recommendation. For the bg and buttons all seem good.

    My main issue are,

    3. After i added the products and image of the product, the listing on the Shop page seem to out of order. For example, the box size of the different product is not same. some are bigger and some are smaller. The images that i uploaded for the products are the same.
    4.I have also added the quantity +/- field on the Shop page, against each of the product , but the button is not align with the add to cart button.

    Thanks again.

    • This reply was modified 9 years, 12 months ago by JONI.
    #359918

    Hi!

    3. Some images are different from each others. Some are GIFs, some are JPEGs and some have 72dpi, others 96dpi. Please make sure that all images have the same resolution and format.

    4. Go with this in Quick CSS:

    #top .avia_cart_buttons .button:last-child {
    margin: -5px;
    }
    

    Regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.