1. Holley
  2. Commercial Templates
  3. Wednesday, 11 September 2013
  4.  Subscribe via email
Hi,
I have used the instruction to change the main menu from CAPITALISED to Title Case and it works perfectly thank you.


I would like to change the module headers from CAPITALISED to " Title Case " in the same way how can I do this?
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Holley

Could you try adding the following to the Custom CSS field of your templates parameters...


.module .module_header h3, .module_menu .module_header h3 {
text-transform: capitalize;
}


You could also use the following instead if you just wish your module titles to appear as they are...


.module .module_header h3, .module_menu .module_header h3 {
text-transform: none;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!