So I'm trying to make the SEARCH font in the right column here:
http://revamp.metropolitandetail.com/?page_id=750
look like the ones on the blog pages here:
http://revamp.metropolitandetail.com/?page_id=640
and it seems this code which I copied from the blogs and just changed the page id numbers doesn't do the trick:
#top.page-id-750 element.style {
font-size: 13px;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #top .widgettitle, #top .widgettitle a, .relThumbHeading {
color: #000000;
}
.sidebar .widgettitle, #footer .widgettitle {
font-size: 10px;
font-weight: normal;
letter-spacing: 1.5px;
padding-bottom: 10px;
text-transform: uppercase;
}
thanks.














