• I have been trying to modify the site-title fontsize in the twenty-eleven theme (child theme I’m working on) and while I find several references to site-title in the CSS adjusting the font on any of it doesn’t seem to do anything.

    Has anyone had some success modifying the site-title font size, if so how can I do this?

    Appreciate the assistance ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • from style.css of twenty eleven:

    #site-title a {
    	color: #111;
    	font-size: 30px;
    	font-weight: bold;
    	line-height: 36px;
    	text-decoration: none;
    }

    what you see is actually the linked site title.

    Thread Starter jensenist

    (@jensenist)

    I adjusted the font-size here and still no change in the size. I went through and changed the size on every #site-title to see if it made a difference, no luck yet. Maybe I’m missing something?

    astrotravelin.com is the site I’m working on.

    occasionally, you need to clear the browser cache to make changes in the style.css visible in the browser.
    either ‘reload’ the page a few times, or press ‘CTRL F5’

    the title is a whopping 72px at the moment.

    Thread Starter jensenist

    (@jensenist)

    Hot damn! Thank you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Eleven Site-Title Font Size – how to adjust?’ is closed to new replies.