Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1090146

    Howdy,

    How do I make the text case of the fullwidth easy slider caption capital case?

    #1090200

    Hey Stretchspot,

    Add this to quick css:

    .slideshow_align_caption{
    text-transform:uppercase!important;
    }

    Best regards,
    Jordan Shannon

    #1091121

    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;
    }

    #1091133

    Hi,

    Add this to quick css:

    .slideshow_align_caption, div .slideshow_caption h2{
    text-transform: normal!important;
    }

    Best regards,
    Jordan Shannon

    #1091682

    I added that but nothing seemed to change…

    #1091688

    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

    #1092501

    Yes, I did. It still shows up as all caps.

    #1092809

    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

    #1093394

    Thanks! Looks great.

    #1093869

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘fullwidth easy slider heading text case’ is closed to new replies.