• Resolved px2

    (@px2)


    Hi, I have been working on a site using your theme. I picked it as it came recommended in many blogs as WooCommerce compatible. I have added products to our site, I want to display the name of the product as well as the thumbnail for the shop page, but can’t seem to find out how to do this. Any suggestions please?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @px2,

    turns out, this is actually a CSS bug which can be easily fixed by pasting in this custom CSS code, in: Appearance -> Customize -> Additional CSS:

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #333 !important;
    }
    

    Feel free to change the #333 color value to whatever you see fit. Just keep in mind this is HEX color code, and you might find this useful for picking a new color: https://htmlcolorcodes.com/color-picker/

    Thanks,
    Cristian.

    Thread Starter px2

    (@px2)

    Thanks for this, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocoomerce – show product title’ is closed to new replies.