Make widget links bold

  • carrie01

    #4014

    Could you tell me if it is possible to make the widget links bold? I have tried using Firebug but can’t seem to find out how to do this.

    Mod

    Kenneth John Odle

    #26936

    Try something like this in your custom CSS:

    .sidebar a, .sidebar a:visited {font-weight:bold;}

    Works in Firebug on my site. Oh, it looks pretty cool. I may keep this.

    carrie01

    #26937

    I tried putting it in my child theme first without success but then realised you had meant the custom CSS in the Graphene options. That has worked fine.

    Thank you.

    Mod

    Kenneth John Odle

    #26938

    I tried putting it in my child theme first without success

    You have to be careful when you do this. Two things that could cause a fail here:

    1) You copied the entire parent style sheet over to the child theme folder. That’s a no-no. (It just causes all sorts of problems.)

    2) You have code after this code that also affects widget links. The rule with CSS is that you can specify a declaration as many times as you like, but only the last one will actually be applied.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.