Removing “seller” link in product thumbnails
-
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,
ChrisThe page I need help with: [log in to see the link]
- The topic ‘Removing “seller” link in product thumbnails’ is closed to new replies.