New Landing How can we help? Themeforest Theme Support Flexform Pricing tables & Mobile site

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Flexform
  • #123848
    Benbull1
    Member
    Post count: 13

    Hi there, I have created a pricing table using your template on Flexform. I’d like to colour the columns different colors like the ‘Highlighted’ column is, so that each one is different. I can’t work out how to do it!

    Also, how do I set it so that mobile visitors get directed to a certain page that doesn’t take its staying from flexform.

    #124048
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .labelled-pricing-table .pricing-table-column:nth-child(2) .pricing-table-package, .labelled-pricing-table .pricing-table-column:nth-child(2) .pricing-table-price {
      background-color: #111111;
    }

    For different columns you need to change the number in the brackets

    I’m not sure what your second question is?

    – Kyle

    #124054
    Benbull1
    Member
    Post count: 13

    Perfect thank you, sorry spellcheck changed my second question. I meant to say is it possible to set the mobile site to not get its staying from Flexform? Im struggling to properly customise the mobile site without it looking like a scaled down version which isn’t really what I want.

    #124055
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So you don’t want to use Flexform for mobile sites?

    – Kyle

    #124057
    Benbull1
    Member
    Post count: 13

    Thats correct, just tablet and desktop ideally.

    #124058
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m afraid that’s not possible with the theme, you would have to custom develop something for that

    – Kyle

    #124059
    Benbull1
    Member
    Post count: 13

    Ok thanks for your help. Just one more thing, which css file should I add that code too?

    #124063
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Theme Options > Custom CSS

    – Kyle

    #124065
    Benbull1
    Member
    Post count: 13

    That works! But it makes the whole square one colour, is it possible to have two different shades like the built in flex form ones? nu-mesh.com/pricing

    #124066
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes split the CSS up, remove what I gave you and use this instead:

    .labelled-pricing-table .pricing-table-column:nth-child(2) .pricing-table-package {
      background-color: #111111;
    }
    .labelled-pricing-table .pricing-table-column:nth-child(2) .pricing-table-price {
    background-color: #444444;
    }
    #124068
    Benbull1
    Member
    Post count: 13

    Perfect, I tried something along those lines but wasn’t quite right. Thanks for your quick responses. Great theme!

    #124070
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register