Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #78068

    misop
    Participant

    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?

    #78264

    misop
    Participant
    This reply has been marked as private.
    #78327

    Cousett
    Member

    Hi @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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #78338

    misop
    Participant
    This reply has been marked as private.
    #78664

    Paul R
    Moderator

    Hi,

    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

    #80384

    misop
    Participant

    Thanks for reply

    #80388

    Paul R
    Moderator

    You are welcome.

    #110795

    misop
    Participant

    Hi there, another question. Is there possibility to decrease font in price and currency field?

    #110881

    Cousett
    Member

    Try adding some CSS code under Appearance -> Customize -> Custom -> CSS

    h3.x-price font font {
    font-size: 34px;
    }
    #111132

    misop
    Participant

    Sorry, it doesnt work.

    #111154

    misop
    Participant

    I find the solution, this code help me:

    .x-pricing-column-info .x-price {
    font-size: 34px;
    font-size: 3.4rem;
    }

    #111225

    Christian
    Moderator

    Glad you’ve found the solution.