Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #464871

    Hello

    How do I make the tabs and it’s content white with just a frame and not have the content area for the tab be grey?
    http://bodytalkcare.com/about/#tab-id-1
    Thank you

    #464950

    Hi Nathan!

    Please add following code to Quick CSS

    .js_active .active_tab_content {
      background-color: white!important;
    }
    #top .main_color .tabcontainer .tab.active_tab {
      background-color: white;
    }

    Cheers!
    Yigit

    #631759

    It worked thank you for your support

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Just outline on Tabs’ is closed to new replies.