- This topic has 3 replies, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Remove thumbnail from fancy 3
How can I remove thumbnail from fancy 3?
I have tried [wp_eStore_fancy3_no_thumbnail id=#] but that only works on fancy1
Basicly i want to be able to display the description, price and add to cart, but without the thumbnail.
I would like the price to change when a different variable is chosen from the drop down box, as it does with fancy3.
I like the fancy 3 layout and would like to be able to choose with or without thumbnail, but if this is not possible then yes, remove all thumbnails.
Do the following:
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 fancy3 display:
.eStore-fancy3-thumb{
display: none;
}
Works a treat. Thank you all.