I just wanted to hide the tab but keep the contents and couldn’t figure out how to do it. So i figured a simple way to do that would be to make the background and font white and have white interactions so it never is visible.
However, this blue top border is still there, and i can’t find the code that makes it go away, or let’s me change it to white for all interactions and activity statuses.
Any help?
This is all i have so far:
.x-nav-tabs>li>a {
color: #fff!important;
background: #ececec;
}
.x-nav-tabs>li>a:hover,
.x-nav-tabs.top>.active>a:hover {
border-radius: 10px;
background: #fff;
}