- This topic has 2 replies, 2 voices, and was last updated 10 years, 6 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 › eStore-Multi Currency Addon Customization
Tagged: Addon, currency, multi-currency addon
Hello, I am wondering if I can remove the text in the Multi-Currency Addon that states:Store Currency: GBP. I don’t need it to show the default currency.
Thanks!
Grab this custom css plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Add the following css in there to hide the “store currency” text.
.eStore_mca_default_curr{
display: none;
}
Great thank you! That worked great!