Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • medo Friend
    #136315

    How can I get Heading style witout uppercase, just with one capital letters?

    Please look attachment

    Regards
    Medo


    1. Bilde-2
    primarywise Friend
    #283254

    Hi Medo

    Do a search in template_css.css in the ja_larix folder for text-transform …. that’ll show you all the instances where text is forced into displaying in a certain manner. Then, depending how you want things to look you can either:

    a) delete that line altogether if you don’t want to force anything
    b) change the line to ….

    text-transform: uppercase; (to force UPPERCASE)
    text-transform: lowercase; (to force lowercase)
    text-transform: capitalize; (To Make Each Word Start With A Capital)
    text-transform: none; (pretty much the same as deleting the line and having no effects)

    CJF

    medo Friend
    #283265

    Works perfect

    Thank you:D

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  medo 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum