Thanks for the reply..I opened up my sidebar php file and located the class it uses, which is "t":
Code:
<div class="art-BlockHeader">
<div class="l"></div>
<div class="r"></div>
<div class="art-header-tag-icon">
<div class="t"><?php _e('Search', 'kubrick'); ?></div>
</div>
then I put the following in my css file:
Code:
.art-BlockHeader a.t
{
height: 30px;
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
white-space : nowrap;
padding: 0 7px;
line-height: 30px;
}
still notworking?