Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112476

Infoprincess on "Changing "entry-title" color and size in 2010"

$
0
0

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.


Viewing all articles
Browse latest Browse all 112476

Trending Articles