Hello, I need to set the font of every my article in every category i created in my site. I would like to have "verdana" as font-family and 12px as max height.
I tried to change k2.css file at this point:
.latestItemDateCreated,.genericItemDateCreated,.userItemDateCreated,.catItemDateCreated {
font-size: 12px;
font-family: Verdana;
}
it worked for a week, than it changed and now i can't restore it. Can you help my?