• Resolved Emmet45

    (@emmet45)


    Could someone please explain how to change font size on the sidebar titles like “Recent Posts”, “Popular Posts” etc ? I haven’t been able to find a solution for this.

    I have a second part for this question too:
    How can you put an image behind the sidebar titles? Like a button behind each of the sidebar titles, with the text titles intact?

    I am using the Twenty Twelve theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Emmet45

    (@emmet45)

    Figured it out myself, finally.

    This was the original code

    .widget-area .widget h3 {
    	margin-bottom: 24px;
    	margin-bottom: 0.714285714rem;
    }

    This is the code to change the size of the sidebar titles

    .widget-area .widget h3 {
    	margin-bottom: 24px;
    	margin-bottom: 0.714285714rem;
    	font-size: 14px;
    }

    Thanks but this isn’t working for me. Were there any other changes you made? Altering the widget-title code hasn’t worked either.

    Do NOT modify theme files – especially in the default theme.

    @dasmonk – please start your own thread and include a link to your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font size on sidebar titles Twenty Twelve?’ is closed to new replies.