• Resolved Lori Boone

    (@pleazo)


    Hello,

    I need some help with an issue I am having. In my product thumbnails, I currently have the following: https://snipboard.io/BGpALQ.jpg
    “Seller:
    store name”

    The issue with this is that “seller” links to the product page for some reason. I also do not like that it is taking up 2 lines. Therefore, I would only want the “store name” to show up in the product thumbnail so it looks like this: https://snipboard.io/LgeA48.jpg

    I have tried using the following code (in my custom css), which removes “seller” and fixes the problem BUT it causes another problem in the product page because it removes “Sold by: store name” which I NEED to keep. https://snipboard.io/x26U4e.jpg

    :
    .details {
    display: none;
    }

    Is there another way around this?

    Best,
    Chris

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    try using li.product .details instead of just .details.

    This should target only the product in the shop pages.

    Thread Starter Lori Boone

    (@pleazo)

    Hey Nicola,

    That worked perfectly!!! Thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing “seller” link in product thumbnails’ is closed to new replies.