Howdy,
How do I make the text case of the fullwidth easy slider caption capital case?
Hey Stretchspot,
Add this to quick css:
.slideshow_align_caption{
text-transform:uppercase!important;
}
Best regards,
Jordan Shannon
I inserted that code but nothing seemed to change on the homepage. I need it none case not capital – sorry. I tried replace capital with none but it did not work.
.slideshow_align_caption{
text-transform: none!important;
}
Hi,
Add this to quick css:
.slideshow_align_caption, div .slideshow_caption h2{
text-transform: normal!important;
}
Best regards,
Jordan Shannon
I added that but nothing seemed to change…
Hi,
Did you add the code to the very top of quick css so it runs first? Also clear the cache a few times over.
Best regards,
Jordan Shannon
Yes, I did. It still shows up as all caps.
Hi,
The CSS Jordan posted is applying to your site, please replace the code with this instead:
.slideshow_caption h2 {
text-transform: none !important;
}
It works when I test it in my browser.
Best regards,
Rikard
Thanks! Looks great.
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Basilis