Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

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

Capitals on slider text

Home Forums Misc. General Forums Capitals on slider text

  • #12784

    Arne

    subscriber

    Is there a way in which I can switch off the automatic capitals on very single word of text that is show on the slider? I would like it to just take the text as entered by the user in the text field.

    #18949

    Towfiq I.

    administrator

    whats your site address?

    #18950

    Arne

    subscriber

    This site is on bxf.nl, however, I would like to be able to do that for possible others as well.

    #18951

    Towfiq I.

    administrator

    remove this line from your stylesheet:

    text-transform: uppercase;

    and open up exo.css from “fonts” folder and remove this(Appears twice):

    text-transform: capitalize;

    #18952

    Arne

    subscriber

    And the same for the menu items?

    #18953

    Towfiq I.

    administrator

    remove this from exp.css file:

    text-transform: uppercase;

    #18954

    Arne

    subscriber

    Thanks! That has worked!