Change font has the title and subtitle (slogan)

WordPress Themes, Plugins and HTML Templates Forums Arcane WordPress Theme Change font has the title and subtitle (slogan)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #676
    edenpsi
    Participant

    Hi,

    I ergonomist and I want to revise the title, slogan, title of rubric.

    I need that first letter will be a upper case and the rest in lower case.

    Example :
    BLOG DE L’ERGONOMIE = Blog de l’Ergonomie
    HOME = Home
    HEALT = Healt

    Words in upper case tiredness of eyes.

    Thank you for your answers and your help

    #1706
    admin
    Participant

    Hi,

    I am supposed that you have enabled CSS Module of Jetpack plugin. Go to `Appearance > Edit CSS` and use the following CSS Code Snippet,

    /* Site Title and Description Text Transform */
    .site-title,
    .site-description {
    text-transform: none;
    }[/CODE]

    Thanks[CODE]/* Site Title and Description Text Transform */
    .site-title,
    .site-description {
    text-transform: none;
    }[/CODE]

    Thanks

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