Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #719885

    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?

    #719886

    Hey kenwcmg!

    It seems like you forgot to attach a link to your website. Can you please post it? :)

    Regards,
    Yigit

    #720716
    #720726

    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

    #720729

    Hi thanks for that, that certainly helps. Is it possible to make the title text for each tab slightly larger?

    #720732

    Hey!

    Please add following code to Quick CSS as well

    .js_active .tab {
        font-size: 16px!important;
    }

    Best regards,
    Yigit

    #720735

    Brilliant, many thanks, really appreciate it!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Is there a way to make my tabs stand out more?’ is closed to new replies.