• Resolved Lori Boone

    (@pleazo)


    Hi there,

    I am trying to edit the following in the product thumbnails on my home page & category pages: https://snipboard.io/ftTsqg.jpg:

    1. Get the star ratings to show (they only show in editing with elementor)
    2. Remove “Seller”
    3. Only allow product title to only run on 1 line (even if it gets cut off).
    4. Get rid of this box around the price and cart
    5. Align all text the the left

    Best,
    Chris

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @pleazo!

    For points 2, 3, and 4, you can use the following CSS code:

    
    .details {
        display: none;
    }
    
    .woocommerce-loop-product__title {
    white-space: nowrap;
    }
    
    .woocommerce ul.products li.product .item-bar, .woocommerce-page ul.products li.product .item-bar {
        border: none;
    }

    This CSS can be added to the “Additional CSS” section found in your customizer.

    As for point 5, which text/s exactly are you referring to?

    Cheers!

    Thread Starter Lori Boone

    (@pleazo)

    Hey rynald0s!

    Thank you so much that worked!!

    Would you happen to know how to get #1 with the rating?

    Regarding #5, I was refering to the product title & price. They are both indented and wanted everything in the product thumbnail info to be aligned to the left. Is this possible?

    Best,
    Chris

    Thread Starter Lori Boone

    (@pleazo)

    Oh I also see the title of the thumbnail runs off to next product thumbnail: https://snipboard.io/TKi0g8.jpg. Is it possible to keep the title the same size as the thumbnail?

    dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hey @pleazo

    For #1 – If you have the ratings enabled in the general settings and they are only showing in the editor, this sounds like a theme display.

    Combining this with the fact the product titles are not being clipped or wrapped and “run off” as in your second screenshot, I’d suggest a next step of speaking to your WordPress theme author and asking them about their WooCommerce support in the theme. Hopefully, they’d be able to explain why the ratings are not showing and the product titles are not displaying as expected.

    To conflict that the theme is the cause of this, I’d recommend installing (but NOT activating) our free Storefront theme, then use the Health Check plugin to troubleshoot this – https://docs.woocommerce.com/document/how-to-test-for-conflicts/#section-5

    Let me know how you get on!

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customizing product thumbnails’ is closed to new replies.