Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #603919

    Hi there,
    Recently I created individual plans & pricing page for each of my products and services. I also added a dropdown button to move from one to other. But later I thought this would be embarrassing for my clients. I was looking into your forums and sortcodes page for ideas. Then I came up with an idea from your Tabs shorcodes. I was wondering if there is any way to make this in a single page using tabs. Like this- http://i.imgur.com/WyoFzHf.jpg?1

    Thanks

    #604066

    Hi ghuddi!

    hm maybe you could achieve something like this if you use shortcodes which you can see when you use debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Then you can implement your pricing table shortcode inside of accordion shortcode.

    Cheers!
    Andy

    #604082

    Thanks Andy for your quick response,
    It helped me a lot :)

    Cheers!

    • This reply was modified 8 years, 7 months ago by ghuddi.
    #604090

    One more thing, I want the selected tab title to be bit bigger. Can you give me any quick css for that?

    #604134

    Hi!

    can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Best regards,
    Andy

    #604149

    here it is-

    #604167

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .tab.active_tab {
        font-size: 14px;
    }

    Best regards,
    Yigit

    #604173

    Thanks Yigit for your response. But unfortunately that didn’t work.

    #604350

    Hey!

    try to add an !important:

    .tab.active_tab {
        font-size: 14px !important;
    } 
    

    Afterwards clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    #604673

    Thanks Andy. This worked :)

    Regards,

    #604688

    Hey!

    Glad we could help.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Pricing Table with tabs’ is closed to new replies.