Hi everyone,
I have been looking for the answer to this question and I still cant seem to find it.
How in the world can someone change the title of the sideboxes and actually make it show up.
The threads I read said to change the lines:
.leftbox, .rightbox, .centerbox, .singlebox {
font-family: Verdana, Arial, sans-serif;
color: #353B91;
font-size: 11px;
background: #ffffff;
margin-bottom: 15px;
}
But I don't even have those lines in my css...
Other people talk about overriding something and I have no clue...
Then I tried making a change on:
h3.leftBoxHeading, h3.leftBoxHeading a {
font-size: 1em;
color: #ffffff;
}
But it just didn't show a single change on the site...
Any leads to helpful threads or any advice would be truly appreciated.



