Reputation: 1
This is the custom CSS I'm trying to add:
.resp-vtabs resp-tabs-container {
background-color : #000000;
border-left : 1px solid #000000 !important ;
clear : none;
float : left;
margin-left : -1px;
min-height : 244px;
padding : 0;
width : 68%;
}
This is the site I'm trying to add it to: Swish-Swank
I'm looking to make the white description, additional information and reviews black
Upvotes: 0
Views: 40
Reputation: 1108
resp-tabs-container is unidentified it should be .resp-tabs-container
for your css rules to work on your site
Upvotes: 3