Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #603514

    Hi there, when using the Caption Title, it shows as ALL CAPS. I’d like it to be mixed case. I also have it set to do a backshadow, to help it pop against the background image (the client does not want an overlay).

    I tried this:

    h2.avia-caption-title {
    text-shadow: 2px 3px #000000;
    text-transform: none; 
    }

    ..but it didn’t work. Any ideas?
    Thank you in advance for your help.

    #603582

    Hey charger70!

    Thanks for reaching out to us!

    Try adding the !important tag. So your code should look like this:

    h2.avia-caption-title {
    text-shadow: 2px 3px #000000;
    text-transform: none !imporatnt; 
    }

    Try that and let me know if it works.

    Best regards,
    Jordan

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.