Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #636937

    I am using the subtitles and would like those not to be all in CAPS. Is that possible with css? Provide code?

    #637116

    Hey SandraSquires,

    Yes it is possible would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #637118

    is the website. We would like the TITLE to remain capitalized but the subtitle not to be all CAPS.

    Thank you!

    #638440

    Hi,

    Thank you for the info. Please add this in the Quick CSS field:

    .evcal_event_subtitle {
        text-transform: none !important;
    }

    Best regards,
    Ismael

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