Hiya!
Is it possible to change the text on the product thumbnails?
Right now it says ‘Read More ¦ Show Details’
Could I change it do just ‘Show Details’? (whilst keeping the icon)
Thank you!
Hi williamjohncross!
Hmm, do you mean “Add to cart | Show details” ? Can you send us a link to your product so we can get a better idea?
Cheers!
Elliott
Hey Elliot,
I’m developing the site locally so I can’t send a link, here’s a picture though:
I think it’s saying Read More because I’m not using Woo Commerce to actually sell anything, just to showcase our products.
As you can see it has a bit of a formatting problem when the thumbnail is smaller. Plus it doesn’t make much sense having the cart icon when customers can’t actually buy anything, which is why I’d prefer for it to just read ‘show details’.
Sorry for the lack of info in my first post, hope I’ve been clear now!
Thanks a lot,
Will
Hi!
Which element are you using to display them? It doesn’t seem like your using the product_grid / product_list.
It would be great if we could get a WordPress login when you go live.
Regards,
Elliott
Hi,
It’s a product slider, here’s a better picture to give you an idea:
Could we change it so that it changes on all product thumbnails? So on the shop homepage the product thumbnails would just read ‘show details’ too?
Sorry I know it’s a pain for you to troubleshoot without seeing the webpage – I won’t be able to make it live for a while though I’m afraid.
Thanks!
Will
Hi!
I can’t load the screenshot fully. Pleaser try to use imgur. Are you’re trying to remove the “read more” button then leave the “show details”? Add this in the Quick CSS field:
.avia_cart_buttons .product_type_simple {
display: none !important;
}
Regards,
Ismael
Hi,
Thanks for the solution, that was what I wanted. I just had to add width: 100% to the ‘show details’ button to make it central and get rid of the separator.
Thanks for the quick responses!!
Will