Switchig from capital letters to normal

  • Unknown's avatar

    Is it possible not to use all caps letters in my home page theme (Mood theme)?

    How can I change it?

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hey brigittemasson,

    That’s a lot of caps! Please give this a try:

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-transform: none
    }
    
    blockquote cite {
        text-transform: none;
    }
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    #infinite-handle span {
        text-transform: none;
    }
    
    label {
        text-transform: none;
    }
    
    .main-navigation a,
    .main-navigation.toggled a {
        text-transform: none;
    }
    
    .posts-navigation a,
    .comment-navigation a {
        text-transform: none;
    }
    
    /* Page Links */
    .page-links {
        text-transform: none;
    }
    
    .site-title a {
        text-transform: none;
    }
    
    .section-title {
        text-transform: none;
    }
    
    .team .item span {
        text-transform: none;
    }
    
    .posted-on a,
    .entry-meta,
    .entry-footer,
    .edit-link {
        text-transform: none;
    }
    
    .read-more {
        text-transform: none;
    }
    
    .comment-meta {
        text-transform: none;
    }
    
    .comment-body .reply a {
        text-transform: none;
    }
  • The topic ‘Switchig from capital letters to normal’ is closed to new replies.