• Resolved cris909090

    (@cris909090)


    Hello,

    i would like to know how i can personalize the title and subtitle.
    In particular with the capital letters and small letters.

    I try but the theme continue to give a standard version.
    Just the dance coaching in the subtitle i would like to make Dance Coaching.

    Thanks you

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

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

    Thank you for getting in touch with us.

    To change lowercase in tagline and uppercase in logo title you need to go to Appearance → Customize → Additional CSS and add the following css for tagline:

    .tagline p {
        text-transform: inherit;
    }

    and this one for logo title:

    .logo .header-logo-text {
        text-transform: inherit;
    }

    Kind regards

    Thread Starter cris909090

    (@cris909090)

    Thanksssssssss you!!!!!

    Have a good day!

    Only a pleasure ??

    Could you please mark the thread as resolved and perhaps leave us a review if you find some time?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title and Subtitle Capital/Small Letters’ is closed to new replies.