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
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
Hello Mike,
great, thanks a lot :)
Many greetings
rixi
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