Okay
  Public Ticket #1314924
Space between price, shop page product image size
Closed

Comments

  •  4
    kerlinomm started the conversation

    I have few more questions. Very sorry to bother you. :) 

    1. I have used CSS to hide the category and tags on single product page.
    Is it also possible to get rid of the space between the description and price? (image attached)

    2. On shop page, can I have the product name, price and select options in one column (under each other) aligned to left? (image of the situation right now attached) 

    Also I can't seem to figure out how to change the product image size on shop page. Right now I have square, but need to have a landscape instead. 

  • [deleted] replied

    Hi kerlinomm,

    1— Can you please write URL of this exact page please? 

    2— Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

  •  4
    kerlinomm replied

    1. I have used CSS to hide the category and tags on single product page. Is it also possible to get rid of the space between the description and price? 

    https://artifexliving.com/product/steel-storage-tool-box/

    2. On shop page, can I have the product name, price and select options in one column (under each other) aligned to left? (image of the situation right now attached) 

    https://artifexliving.com/product-category/all-products/

    The result like on attached image. 


  • [deleted] replied

    Hi kerlinomm,

    1— a) Can you please add the code below to your Custom CSS area:

    .woocommerce .single-product .summary .single_variation_wrap .single_variation, .woocommerce .single-product .summary>.price {
    margin: 10px 0 !important;
    }

    b) Please see this video http://drops.laborator.co/EiCV2U

    2— Sorry but this modification is not available.

    P.S: If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Thanks!

  •  4
    kerlinomm replied

    Hi! 

    Thank you so much for the answers!  Everything is clear now, how to make the changes I want. 

    One last thing (i tried to do it the CSS way many times, but didn't figure it out unfortunately), can I delete or hide the word Size from the product page? Or at least change the color of it? 


    https://artifexliving.com/product/tool-box-tosca/

  • [deleted] replied

    You're welcome kerlinomm!

    As for your last question: 

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    — Please add the CSS code below to your Custom CSS area:

    .woocommerce .single-product .summary .variations label {
        color: #000 !important;
    }

    Have a great day!

  •  4
    kerlinomm replied

    Thank you so much! Issue solved!

    (I was really close, just had an extra dot before the label.)

    Have great day!