Menu and Headlines not in Capitals

Support desk for Multipurpose Quark Theme
GK User
Fri Jan 15, 2016 11:29 am
Hey,

i want the menu and the headlines of a article not in capital letters.

Where can i change that?

Thanks
Garthi
User avatar
Expert Boarder

teitbite
Tue Jan 19, 2016 11:21 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
h1, #gkHeaderNav .gkMainMenu .gkmenu > li {
    text-transform: none;
}
User avatar
Moderator

GK User
Wed Jan 20, 2016 10:19 pm
Thanks, that works fine for the main menu.

but how can i change the capital letters for example the "h3" in the module "mainbody content"?

Thanks for your help!
User avatar
Expert Boarder

teitbite
Sun Jan 24, 2016 12:53 pm
Hi

You need to show me what You have in mind exactly. I cannot see a header in frontpage mainbody module position.
User avatar
Moderator

GK User
Sun Jan 24, 2016 10:35 pm
Hey,

here is a Screenshot of your demo site...
User avatar
Expert Boarder

teitbite
Thu Jan 28, 2016 8:30 pm
Hi

This is a regular content header. Adjust the code I gave You previously to that:

Code: Select all
h1, h3, #gkHeaderNav .gkMainMenu .gkmenu > li {
    text-transform: none;
}
User avatar
Moderator


cron