• slowcoach123

    (@slowcoach123)


    Hi All,

    My site is https://leopoldart.net

    The problem I am having is that I need to capitalize the first letters of the tagline.
    I want it to be = Oonagh Dawson – Artist.
    It currently shows as = oonagh dawson – artist.

    I can’t seem to find any html tags that will help me do this.

    Does anyone know some css code that might do the trick?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter slowcoach123

    (@slowcoach123)

    I have tried:

    .site-description:first-letter {
    text-transform: capitalize;
    }

    But this changes only the first letter into a capital, not the first letter of each word.

    Why would the theme devs have limited this section to only lowercase in the first place? I don’t understand the need to do so. What is gained? Just leave it up to the individual to select upper or lower when typing as normal.

    HELP!!!

    ashiquzzaman

    (@ashiquzzaman)

    This is not a limitation of this theme. In fact CSS is to blame here. What you’re trying to achieve can’t be done in CSS. You have to Use plugin. Wait, you are using your name as site description. In this case you can change it to the way you are intending. Go to Dashboard>Settings>General and then in the “Site Description” Change as you please. Let me know how’s that worked out for you.

    Thread Starter slowcoach123

    (@slowcoach123)

    Thanks for your response, but the Site Description/Tagline there allows me to use both upper and lower case, but still only shows lowercase on the site itself. ??
    Do you know what the plugin that might help would be called?

    ashiquzzaman

    (@ashiquzzaman)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tagline – how to capitalize first letters?’ is closed to new replies.