- This topic has 1 reply, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 Tweaks › Hiding thumbnail in fancy5
I do not want to use a thumbnail in my fancy5 display. I am assuming I have to edit the following CSS:
eStore-fancy5-thumb img {
border: 1px solid #CCCCCC;
height: 150px;
padding: 5px;
width: 200px;
What do I need to do to hide this?
adding display:none;
will make that block invisible but you will also want to change the width and height so it doesn’t take up the space.