-
AuthorPosts
-
August 5, 2014 at 7:11 am #78068
Hello,
I added through the Visual Composer element Pricing Table. Is there any way to change order in 2nd row? The order is now: Currency symbol Price Interval. I need reorder it to: Price Currency symbol Interval. Is that possible?
August 5, 2014 at 11:47 am #78264This reply has been marked as private.August 5, 2014 at 1:24 pm #78327Hi @misop
Thanks for writing in!
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
August 5, 2014 at 1:38 pm #78338This reply has been marked as private.August 6, 2014 at 1:02 am #78664Hi,
I’m sorry, without custom development there isn’t a way to reorder it. This would be a bit outside the scope of support we can offer.
One thing you can do is, enter the price on the currency field.
enter the currency on the symbol field and so on.or you can leave the currency symbol blank then put the symbol together with the price.
It will be a bit confusing but that is one way to do it without code customization.
Thanks
August 8, 2014 at 2:48 am #80384Thanks for reply
August 8, 2014 at 2:56 am #80388You are welcome.
September 23, 2014 at 12:25 pm #110795Hi there, another question. Is there possibility to decrease font in price and currency field?
September 23, 2014 at 2:36 pm #110881Try adding some CSS code under Appearance -> Customize -> Custom -> CSS
h3.x-price font font { font-size: 34px; }
September 24, 2014 at 12:06 am #111132Sorry, it doesnt work.
September 24, 2014 at 12:49 am #111154I find the solution, this code help me:
.x-pricing-column-info .x-price {
font-size: 34px;
font-size: 3.4rem;
}September 24, 2014 at 2:59 am #111225Glad you’ve found the solution.
-
AuthorPosts