Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1375779

    Hi,
    can somebody write me how i can change the text transformation in the slideshow?
    Now all letters are big, i wand the first letter of the title to be big, the rest in small letters.
    Where can i make that setting by quick css?

    Thanks for your help,
    rixi

    #1375788

    Hey rixi,
    Thanks for the link to your page, typically to have the first letter of each word capitalized in your slider you would use this css:

    #top #wrap_all .all_colors #full_slider_1 h2 {
        text-transform: capitalize;
    }

    But since you have some single letters with hyphens between them this won’t make them small. If you want them small then use this css:

    #top #wrap_all .all_colors #full_slider_1 h2 {
        text-transform: unset;
    }

    and type them in the field exactly as you want to see them.

    Best regards,
    Mike

    #1375864

    Hello Mike,
    great, thanks a lot :)

    Many greetings
    rixi

    #1375866

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slide show text transformation’ is closed to new replies.