Tagged: Pricing Table, tabs
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
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
Thanks Andy for your quick response,
It helped me a lot :)
Cheers!
One more thing, I want the selected tab title to be bit bigger. Can you give me any quick css for that?
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
here it is-
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
Thanks Yigit for your response. But unfortunately that didn’t work.
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
Thanks Andy. This worked :)
Regards,
Hey!
Glad we could help.
Thank you for using Enfold :)
Best regards,
Vinay