gomay wrote:Is it possible to have upper and lowercase titles for entries on the GK Startup template?
article header h1, .category header {
text-transform: none !important;
}
Konrad M wrote:Please add to override.css
- Code: Select all
article header h1, .category header {
text-transform: none !important;
}
and remember to enable override.css option in template settings. This should fix your issue.