We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Uppercase to lowercase | Forum

Topic location: Forum home » Development » Themes
meno
meno May 8 '13
How do i make the uppercase titles lowercase?

check attachments to see what i mean, thanks.
Attachments:
  lowerupper.png (34.21Kb)
Daisy Team
Daisy May 14 '13

You can easily change it using the following styles via Admin Area > Appearance > CSS tab:

.ow_box_cap h3, .ow_box_cap_empty h3
{

   text-transformlowercase;

}

The Forum post is edited by Daisy May 14 '13
Daisy Team
Daisy May 14 '13
Topic was moved from Custom Code Modifications.