• Closed
  • Mary Pearson
    Spectator
    November 29, 2017 at 2:02 am #35585

    I have added 8 products (2 rows of 4) on my home page, but they are not consistent. Some have one line description and others have 2 lines, meaning that the “Add to Cart” buttons are misaligned vertically.

    1. How do I select the products so that they are only one line descriptions for the top row, and two line descriptions for the bottom row?

    2. They are showing a white border, which is fine, but there is a gap of about 5px at the top. How do I remove that gap, or how do I remove the border?

    3. How do I remove “Show details”?

    Website is https://horseharness.ca

    Thank you!

    vaibhav
    Spectator
    Posts: 287
    November 29, 2017 at 8:59 am #35596

    Hi,

    1. How do I select the products so that they are only one line descriptions for the top row, and two line descriptions for the bottom row?

    It’s not possible to with any theme options but We will give you a few suggestions for this work.
    first, find the product category shortcode for woocommerce after that add a different category for your particular one line descriptions product and add another category for your particular two line descriptions product. create two product category shortcode and add both shortcodes in frontpage custom content area with theme options.

    2. They are showing a white border, which is fine, but there is a gap of about 5px at the top. How do I remove that gap, or how do I remove the border?

    We think that you have remove white border on your homepage.
    Check screenshot: http://prntscr.com/hgoan4

    3. How do I remove “Show details”?

    Add custom css for remove “show details”
    .t4p-woo-product .show_details_button {
    display: none;
    }

    Thank you

    Mary Pearson
    Spectator
    Posts: 8
    November 30, 2017 at 1:22 am #35625

    Excellent suggestion, especially re the boxes. Thank you so much!

    vaibhav
    Spectator
    Posts: 287
    November 30, 2017 at 5:58 am #35627

    You are welcome 🙂