Hi Sakin, No Go. Still not working. This is what I have in the custom css.
Maybe I should try and put this in the CSS Editor instead? Any suggestions?
#access ul li a { padding: 0 23px; }
#access ul li:last-child { border-right: none;}
#access ul li:last-child a { padding: 0 20px 0 21px; }
#main #content .wp-caption img { padding: 5px; }
.category .page-title { display: none; }
.single footer.entry-meta { display: none; }
#header-content { margin-bottom: 0; }
#branding .searchform button { width: auto; }
.entry-meta ul li { background: none; }
.entry-meta .author, .entry-meta .last, .entry-meta span { display: none; }
.entry-meta .no-padding-left {display: none; }
.entry-content img { border: none; }
.page .wp-caption .wp-caption-text { font-size: 12px; line-height: 14px; }
input[type=”email”] {
padding: 5px 10px;
-moz-box-shadow: 0 1px 5px #dcdcdc inset;
-webkit-box-shadow: 0 1px 5px #dcdcdc inset;
box-shadow: 0 1px 5px #dcdcdc inset;
border: 1px solid #cccccc;
height: 30px;
line-height: 20px;
width: 75%;
-webkit-appearance: none;
}