- This topic has 2 replies, 2 voices, and was last updated 13 years, 7 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 Tweaks › Price on same line as "Add To Cart" button – Fancy5
Tagged: fancy shortcode
Can I get the price to show to the right of the button instead of under it?
I’m using the fancy5 short code.
Thanks,
Jimmy
I was just using firebug and noticed that the price is in it’s own div:
<div class=”eStore-fancy5-price”>Price: $1.00</div>
If it can’t be changed so that the price is beside the add to cart button, then can you tell me how to just remove the price?
I could just add that in my post if needed.
Thanks again,
Jimmy
The price is in its own div so you can easily customize the look and feel of that element.
Add the following code in the “eStore_extra_shortcode_css.css” file to make that block invisible:
.eStore-fancy5-price{display:none !important}