• Resolved Infoprincess

    (@infoprincess)


    I am looking for a way to add a code to my child theme so that the individual page titles and blog titles can be changed in size and color. Has anyone had success with this?

    https://www.BlogVanity.com The black page titles are an eye sore. I don’t want to remove them, just change how they look.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Infoprincess

    (@infoprincess)

    Like I sometimes do, I figured it out right after leaving my post. Here is the code to copy and paste into your Child Theme in order to change the page title size (color solution still pending)

    #content .entry-title {
    color: #000; (I changed this to #880000)
    font-size: 21px; ( I changed mine to 14)
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    }

    The color change only took on the non post pages, which is great!!! Hopefully this will help someone else too.

    Thread Starter Infoprincess

    (@infoprincess)

    Ok here’s the update for changing the post title colors:

    .entry-title a:link,
    .entry-title a:visited {
    color: #000; (again changed mine to #880000 red)
    text-decoration: none;
    }

    I love it when a plan comes together! Happy WordPress Everyone!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing "entry-title" color and size in 2010’ is closed to new replies.