• Resolved asgoedkoop

    (@asgoedkoop)


    Hi,

    All the texts in my slides are displayed with caps on on my website while I would like them to be minuscule letters to the exception of the first word of my text as in any normal paragraph.

    How could I achieve this?

    Thank you

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

    you can achieve this by using the following custom CSS code which you can paste in: Appearance -> Customize -> Additional CSS:

    .slider-slides .slide-title {
    text-transform: capitalize;
    }
    

    Thanks,
    Cristian.

    Thread Starter asgoedkoop

    (@asgoedkoop)

    Hi Cristian,

    Thank you for helping out. When applying the code it will change the title text. What I would like to change is the subtitle text in fact. On my website: https://www-dev.lilium.supply/ The subtitle is “A PLUGIN TOOL…”, how would I change that?

    Best,

    Scott

    Hi there,

    add this code as well:

    `
    .slider-slides .slide-content {
    text-transform: capitalize;
    }

    Cristian.

    Thread Starter asgoedkoop

    (@asgoedkoop)

    Perfect it worked. Thank you a lot again! You’re of great help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slides text all in Capital Letters’ is closed to new replies.