Custom CSS no longer working
I set up my custom CSS and it was working perfectly. I changed the H1 tag to uppercase, I had the background of my widget just perfect and my tables displaying correctly. And, then, my custom CSS seemed to just quit working.
I deleted all of the Custom CSS and just left in the H1 transformation and this no longer worked either.
My site is: http://mistermallow.netfirms.com/bellevueschoolofmusic
My custom CSS is as follows:
h1 { text-transform:uppercase; }
.widget-area .widget a:hover { color: #dd3333;}
#footer-sidebar { background-color: #94968a;}
.page-id-156 .entry-content form,
.page-id-160 .entry-content form,
.page-id-162 .entry-content form,
.page-id-160 .entry-content form,
.page-id-164 .entry-content form,
.page-id-166 .entry-content form,
.page-id-168 .entry-content form,
.page-id-170 .entry-content form {
border: 1px solid #1b5f7d;
display: inline-block;
}
.page-id-156 .entry-content table,
.page-id-156 .entry-content table,
.page-id-160 .entry-content table,
.page-id-162 .entry-content table,
.page-id-164 .entry-content table,
.page-id-166 .entry-content table,
.page-id-168 .entry-content table,
.page-id-170 .entry-content table {
border-bottom: none;
margin: 0;
text-align: left;
width: auto;
}
.page-id-156 .entry-content td,
.page-id-160 .entry-content td,
.page-id-162 .entry-content td,
.page-id-164 .entry-content td,
.page-id-166 .entry-content td,
.page-id-168 .entry-content td,
.page-id-165 .entry-content td {
border-top: none;
padding: 0;
}
.page-id-156 .entry-content input[type="text"],
.page-id-160 .entry-content input[type="text"],
.page-id-162 .entry-content input[type="text"],
.page-id-164 .entry-content input[type="text"],
.page-id-166 .entry-content input[type="text"],
.page-id-168 .entry-content input[type="text"],
.page-id-170 .entry-content input[type="text"] {
margin: 0 5px 0 15px;
padding: 0;
vertical-align: middle;
width: 180px;
}
.page-id-156 .entry-content input,
.page-id-160 .entry-content input,
.page-id-162 .entry-content input,
.page-id-164 .entry-content input,
.page-id-166 .entry-content input,
.page-id-168 .entry-content input,
.page-id-170 .entry-content input {
border: none;
margin: 0;
padding: 0;
vertical-align: middle;
}