- This topic has 3 replies, 2 voices, and was last updated 3 years, 11 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 › How to hide the ‘License:’ text above the variations drop-down box?
Tagged: remove 'license' text
Hi,
I’m using the tag [wp_eStore_add_to_cart id=35]
How can I do to hide the text ‘License:’ that goes above the drop down menu with the variations?
It’s cluttering the grid and it’s not needed.
Thanks,
Abel
I’m not sure what you are referring to. Please provide a live URL link to a page that contains the shortcode; that demonstrates what you are describing.
Hi wzp,
Sure here you have unsurpassedone.com
Thanks,
Abel
Add the following CSS tweak to your site:
.eStore_variation_name {
visibility: hidden;
}