• Hi everyone is it possible to change the font weight just in my sidebar widget rather than the whole site. I would like just the categories on the right hand side to be bold, not the other columns.

    here

    Is this possible.

    Thanking you for any help

Viewing 2 replies - 1 through 2 (of 2 total)
  • you already have this style in style.css of your theme:

    #sidebar .box li a { line-height: 31px; }

    add font-weight: normal; to it:

    #sidebar .box li a { line-height: 31px; font-weight: normal; }

    Thread Starter surfershort

    (@surfershort)

    Thanks boss! all sorted

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change font weight’ is closed to new replies.