Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #229277

    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

    #229283

    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

    #229300

    Hi Yigit
    Thanks for that. Unless I am missing something though, that doesn’t do the trick
    Regards
    Richard

    #229303

    Hi!

    Please try flushing browser cache and refresh your page a few times. It does work fine on local my installation

    Cheers!
    Yigit

    #229336

    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

    #229339

    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

    #229361

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Easyslider captions’ is closed to new replies.