- This topic has 3 replies, 2 voices, and was last updated 9 years, 7 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 › WP eStore Troubleshooting › Custom CSS to remove Category Product text
I was wondering if you could help me with the CSS to remove the text that appears when I use “category_products_fancy id=# style=3”
I would only like the name “Fancy Floral” and the price not the size, quantity nor add to cart. I have tried using FireBug but still cannot find the CSS. Any help is appreciated.
[http://tinyurl.com/puw7yc3]
You just want to hide the name of the product in fancy3 template?
Hi I only want to show the name of the product, not size, not quantity, and not “add to cart” button. Thank you.
I will answer both your customization question here.
Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS in there to align them better:
.eStore-fancy3{
height: 200px;
}
Also, add the following CSS to hide the other info:
.eStore-fancy3 .eStore-button-form {
display: none !important;
}