Quote:
Originally Posted by ozzy47
Find this bit of code, and it should tell you what it is using.
Code:
#sidebar_container .blocksubhead
You will see something like this:
Code:
#sidebar_container .blocksubhead {
background:transparent none;
font-size:{vb:stylevar sidebar_header_fontSize};
height:{vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height} + 2px };
color: {vb:stylevar sidebar_header_color};
padding: 5px 6px;
border:none;
outline:none;
font-weight:bold;
}
|
Thank you so much! I truly appreciate the help.