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
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
It worked thank you for your support