Text

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Feb 16, 2013 5:59 am
Reply with quote
Report this post
Is it possible to have upper and lowercase titles for entries on the GK Startup template?
User avatar
Expert Boarder

Konrad M
Sat Feb 16, 2013 7:56 pm
Reply with quote
Report this post
Hi,
can you explain a little more?
User avatar

GK User
Sun Feb 17, 2013 9:00 am
Reply with quote
Report this post
gomay wrote:Is it possible to have upper and lowercase titles for entries on the GK Startup template?


If i create a K2 item the title will display like this
I AM GOING TO THE STORE
however, I typed it like this
I am going to the the store..
User avatar
Expert Boarder

Konrad M
Mon Feb 18, 2013 8:23 am
Reply with quote
Report this post
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.
User avatar

GK User
Wed Feb 20, 2013 1:20 am
Reply with quote
Report this post
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.


Your the best man thanks a million
User avatar
Expert Boarder


cron