Marcel Du Plessis
Marcel Du Plessis

Reputation: 1

Simple Custom CSS on Wordpress not functioning

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

Answers (1)

Rani Moreles Rubillos
Rani Moreles Rubillos

Reputation: 1108

resp-tabs-container is unidentified it should be .resp-tabs-container for your css rules to work on your site

Upvotes: 3

Related Questions