I want to change font-size for the title in a GK News-Pro module.
Where can this be found?
.box .header {
font-size: 20px;
}
article header h1 {
font-size:46px;
}
article header li.created {
font-size:13px !important;
}
article.itemView header h1 {
font-size: 46px !important;
}
article.itemView header li.itemDate {
font-size: 13px!important;
}
article header h1 {
font-size:46px;
}
Konrad M wrote:Please give me url to page with News Pro GK4 module.