• Resolved singhrt

    (@singhrt)


    I want to change the size of the font listing news categories and archive dates, but cannot work out where in the style.css I need to add font-size: 11px;

    Does anyone know which line/where I need to put this?

    See for yourself at https://www.ashleyhill7861.org.uk

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding:

    small, .postmetadata {font-size:11px;}

    to the bottom of your theme’s stylesheet.

    Thread Starter singhrt

    (@singhrt)

    That pointed me in the right direction.

    I got it to work with:

    small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color : #777;
    font-size: 11px;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble changing font size in side bar’ is closed to new replies.