- This topic has 1 reply, 2 voices, and was last updated 11 years, 2 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 › Changing label from Price to Amount for donation product
Tagged: price amount, price label
Im using wp estore on the following url:
[http://genevacharityball.com/demo/buy-your-tickets/]
If you take a look at the page you can see an option to buy tickets and make a donation.
I have set the donation up as a product.
I was wondering if you could tell me/point me in the direction of some reading that would allow me to change the label to “Amount”
If possible I would only like to do this with the donation product and not with other products.
Any help appreciated.
I think it will be easier and better if you just hide the price for that donation product.
What shortcode are you currently using tho show that product?
You can also hide just the “price” label. It is perfectly okay to not show the price label since that amount value has a currency symbol (so users will know that it is an amount value). Add the following css code to the eStore’s custom stylesheet file to hide the price label.
.eStore_fancy2_price .eStore_price_label{
display: none;
}