How can I change the font and the color of the title of a k2 article like this:
URL http://inmc.cloudaccess.net/index.php/c ... the-heroes
Thanks a lot.
article header h1, article header h2 {
font-size: 14px;
color: #fff;
}
.box.bigtitle .header {
font-size: 60px;
font-weight: 300;
line-height: 1.6;
color: #000;
}