- This topic has 5 replies, 3 voices, and was last updated 12 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 General Questions › Right Align
Hi,
I use the [wp_eStore_fancy2 id=1] format on my site and i wanted to know if there is a way to align the text in the fancy box to the right. (I write in Hebrew which is a rtl language).
thank you!
Hi,
Yes you can add the following code in your wp_eStore_custom_style.css file:
.eStore-product-description {
text-align: right;
}
Thank you so much Peter!!!
It looks GREAT!
Hi Peter,
I also wanted to know if there is a way to change the widget title of the shopping cart. I would like to translate it to Hebrew. I tried to use Firebug to find the line and I think its this one
<h3 class=”widget-title”>Shopping Cart
I am just so new to all that and I am not sure where to find that line so I could edit it.
Please help ))
Thanks again for everything!
You specify the widget title in the settings menu of eStore.
Found it!!!
Thanks!