- This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Addon Related › Bulk item purchase add on editing thumbnail
I would like to remove the “thumb nail” image field from the Bulk Item Add On, so it doesn’t show next to the product title. Is there a way. thanks
jack
Please post a link to the page where you are using it. I will inspect it and see if there is an easy CSS tweak I can give you for this.
[http://www.processtrading.com/pricing/pt-signal/]
This is the link. I am trying to eliminate the duplicate text by getting rid of the thumbnail, which I assume is the text on the left in the box.
Also, could you tell me where in CSS to change the color of cart and its text, as you will see in the link, it is in the black background and doesn’t show up well.
Thank you, jack
Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS tweak in there to hide the thumbnail from the bulk item purchase interface:
.eStore-bip-product-thumb{
display: none;
}
Thank you very much. Worked perfectly