• I’ve managed to change the size on the showcase.php template to 14pm by changing the code:

    article.intro .entry-content {
    	color: #111;
    	font-size: 14px;
    	padding: 1.625em 0 0.625em;
    }

    Which has been changed within the child theme’s style.css file

    To make things consistent throughout the site I need to change the font size to 14px in the Sidebar Template too but cant for the life of me find this if anyone can help?!

    My site is: http://bridgewater-test.info

    Many, many thanks in advance!

    Adam

Viewing 5 replies - 1 through 5 (of 5 total)
  • try to add .widget-area, so it will be :

    article.intro .entry-content, .widget-area {
    	color: #111;
    	font-size: 14px;
    	padding: 1.625em 0 0.625em;
    }

    Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter The_Adder

    (@the_adder)

    Hi Emsi, I am using a child theme if you can help?

    Faugro, thanks for your help, for some when I enter this on my child theme it seems to be having no effect, which is strange?!

    open style.css
    go to line 1722

    .widget-area {
        font-size: 12px;
    }

    change the size.

    Hi, I’ve tried this but it only changes a few of the widgets text. It does not change all of the widgets. Why is this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Twenty Eleven – Change Font Size of 'Sidebar Template' pages’ is closed to new replies.