• Hi guys,

    I’m looking to change all of the uppercase titles on my homepage, especially on the ‘carousel’ feature image. I managed to fix it on the post pages but not on the main page. I *think* this is how it looks in style.css or whatever, but how can I fix it in ‘custom CSS’?

    Thanks so much

    .posts-slider .entry-header {
    font-size:80%;
    }

    #gallery-carousel .carousel-nav,
    .posts-slider .flex-direction-nav a {
    font-size:18px;
    width:36px;
    height:36px;
    line-height:38px;
    }

    .title-with-bg .title,
    .title-with-bg .entry-title,
    .title-with-sep .title,
    .title-with-sep .entry-title,
    .classic-layout .entry-title a {
    font-size:80%;
    }

    .classic-layout .hentry .entry-title {
    line-height:80%;
    }
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Want to change uppercase to capitalize on homepage titles’ is closed to new replies.