Child theme CSS question
-
Hi,
I have created a child theme for the blue-grey-white theme and want to stop the child inheriting one of the table attributes?The parent theme css has the following:
table, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}I want to have different table background colors for different tables in my html so don’t want to set it at all in the CSS as I want to set them in the html of individual pages.
Is there a way to just clear the background attribute?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Child theme CSS question’ is closed to new replies.