• Resolved Eric1984

    (@eric1984)


    Hello,

    I am trying to change the Page title color and font. I’m using a child theme of the Twenty Eleven theme.

    I have read multiple forums on this and have tried them:

    #site-title a {
    	color: #111;
    	font-size: 30px;
    	font-weight: bold;
    	line-height: 36px;
    	text-decoration: none;
    	font:30px "Bookman Old Style" !important;
    }

    and

    .entry-title {
    	clear: both;
    	color: #222; /*Change This to whatever color you want*/
    	font-size: 26px; /*Change This to size you want*/
    	font-weight: bold;
    	line-height: 1.5em;
    	padding-bottom: .3em;
    	padding-top: 15px;
    }

    but neither work. What am I doing wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter Eric1984

    (@eric1984)

    Just sorted it, was looking in the wrong place.

    Hi Eric1984 – any hint as to where was the right place to look. I’m basically at the point you started out with this thread, with being unable to change possible to the color setting of the Page title.

    ‘twentyelevenchild’ theme in place and activated with an independent style.css file. Other style site modifications are working fine.

    The site I’m working on is at <www.paulmatthewsconsulting.com.au>.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Page Title Color and Font in Twenty Eleven Theme’ is closed to new replies.