- This topic has 2 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Any way to make the product name larger in the fancy display #2?
Tagged: fancy display
[http://foodielovefood.com/cooking-classes/]
In your display samples, the product name was larger than the description text. How can I make mine larger so they stand out from the rest of the text.
And, is there a way to add a little space between the items, so it’s easier to see where one ends and the next begins?
Thanks!
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in settings of the above plugin:
.eStore-product-fancy2{
margin-top: 25px;
}
.eStore-product-fancy2 .eStore-fancy2-product-name{
font-size: 22px;
}
It worked, that’s so great! Something easy, for a change
Thanks!