-
AuthorPosts
-
November 26, 2014 at 7:29 am #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.
November 26, 2014 at 7:37 pm #358490Hey 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!
ElliottNovember 27, 2014 at 5:55 am #358834This reply has been marked as private.November 27, 2014 at 7:16 pm #359137Hey!
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,
YigitNovember 28, 2014 at 7:14 am #359416Hi 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.
November 28, 2014 at 10:29 pm #359918Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.