WooCommerce

Hello, excellent your theme.

I have some questions? The attachment on the image ...



image


Thanks!

Comments

  • Hi,

    probably not all of those customizations can be done but if you will send us url to page where you got it, we can help you with some points.

    Thanks!


  • The website is being created, the end is going to migrate to client domain.

    I am making the page in the domain:


    Help me?


  • Ok. So:

    1. Size can't be changed in this case because woocommerce images sizes are related with shop layout. If you don't like current, then maybe you should think about different one under Theme options > Getting started > Shop section.

    2. To remove this blue part of image, please use below css:
    .woocommerce .image_frame .image_wrapper .image_links { display: none; }
    3. To do this, please use below css:
    .woocommerce .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }
    .woocommerce .image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
    4. Which background color you mean? Content background of single product page or what?

    5. As we see, you have grey background, not blue. However if you want to remove background color from this widget, please use below css:
    .widget_product_categories ul { background: none; }
Sign In or Register to comment.