Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #530228

    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!

    #530286

    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

    #530312

    Hey Elliot,

    I’m developing the site locally so I can’t send a link, here’s a picture though:
    Product Thumbnail

    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

    #531042

    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

    #531555

    Hi,

    It’s a product slider, here’s a better picture to give you an idea:
    Homepage

    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

    #531743

    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

    #532478

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Read More on product thumbnail with Woo Commerce’ is closed to new replies.