Hi
On the Easyslider caption title is there a way to make it normal rather than caps. But only on selected slides. I can change it for all of them but not individual ones.
Regards
Richard
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none; }
Regards,
Yigit
Hi Yigit
Thanks for that. Unless I am missing something though, that doesn’t do the trick
Regards
Richard
Hi!
Please try flushing browser cache and refresh your page a few times. It does work fine on local my installation
Cheers!
Yigit
Hi Yigit
Flushed everything and started the browser again but still not working…although looking at the code it should work fine. What am I missing?
Regards
Richard
Hi!
Please try adding !important rule as following
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none!important; }
You can also try adding the code to Custom.css file inside Enfold/Css folder or bottom of Style.css file of your child theme, if you are using.
As far as i remember you are working on local, if not, please post the link to your website so we can take a look
Cheers!
Yigit
Hi
Could not get it working with your code no matter what I did but I did get it to work with
.slideshow_caption h2 {
text-transform: none !important;
}
I suppose what ever works!!!
Regards
Richard