• Has anyone ever successfully changed the color and size of those ugly site titles?

    Ideally I’d love to see the page titles gone and the post titles changed in size and color, but I’ll settle for being able to change all of them to a smaller size and more appealing color.

    I’ve been successful in making them disappear altogether by adding the “display: none;” code under the .entry-title section, but any other changes in font color or size in that section have zero effect. I’m using a child theme!

    Any suggestions are greatly apprecited
    http://www.infoprincess.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Post here the CSS you’re trying that has zero effect.

    Thread Starter Infoprincess

    (@infoprincess)

    Ok, here’s the css

    .entry-title {
    clear: both;
    color: #ffffcc;
    display: none;
    font-size: 5px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: .3em;
    padding-top: 5px;
    }

    If I take the “display: none;” out, the titles re-appear, but if I change the font-size or color, nothing changes with either.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site title color/size change in 2010’ is closed to new replies.