• Resolved marerian

    (@marerian)


    For using the Cool Timeline in german I need titles with small und capitalized initials. I used it here and it worked.

    But here, same settings, it doesn’t work!

    Any idea?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @marerian,

    Sorry for delay in reply.

    Please add this custom CSS to make tilte capitalized.

    .cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title {
         text-transform: capitalize!important;
    }

    Thanks

    Hi there,

    Also add this Custom CSS:

    .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title{
     text-transform: capitalize!important;
    }

    Let us know if you need any further assistance.

    Thanks

    Thread Starter marerian

    (@marerian)

    Dit it, but does not work right now…

    Not all the letters should be capitalized, just some of them (as normal in German and as it works here without any settings)

    Hi @marerian,

    Please add this custom CSS instead of given previous css.

    .cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title, .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title {
        text-transform: none!important;
    }

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Small und capitalized initials in title’ is closed to new replies.