I might be getting smarter...
I found the solution in a Bulgarian thread.
I just pasted the code below at the end of my JAPurity template.css and problem was solved.
Now I just need to know how to style the code to make the comment title bold.
Could you help me with that?
Thanks for you patience.
/** overlib **/
.ol-foreground {
background-color: #f6f6f6;
}
.ol-background {
background-color: #666;
}
.ol-textfont {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.ol-captionfont {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #f6f6f6;
font-weight: bold;
}
.ol-captionfont a {
color: #0B55C4;
text-decoration: none;
font-size: 12px;
}
.ol-closefont {}