Tagged: tabs
Here’s a page on which I use tabs, but I find that people miss the tabs quite easily. Is there a way to make them more obvious or stand out more please?
Hey kenwcmg!
It seems like you forgot to attach a link to your website. Can you please post it? :)
Regards,
Yigit
Hi, sorry, an example can be found here: http://www.westcoast-mountainguides.co.uk/courses/winter-skills-courses-scotland/
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
background-color: white;
}
.tabcontainer .tab.active_tab {
background-color: #109bc5!important;
color: white!important;
}
Regards,
Yigit
Hi thanks for that, that certainly helps. Is it possible to make the title text for each tab slightly larger?
Hey!
Please add following code to Quick CSS as well
.js_active .tab {
font-size: 16px!important;
}
Best regards,
Yigit
Brilliant, many thanks, really appreciate it!