Hi you
for the case, open components/com_community/templates/socialone/css/style.css file, find following code section:
ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
border-left: none;
margin-bottom: -1px; /*--Pull the list item down 1px--*/
overflow: hidden;
position: relative;
background: #e6e6e6;
line-height: 31px;
}
and change to:
ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
border-left: none;
margin-bottom: -1px; /*--Pull the list item down 1px--*/
overflow: hidden;
position: relative;
background: #e6e6e6 !important;
line-height: 31px;
}