• annalouis

    (@annalouis)


    Hello

    I am trying to change the font style for my text content in the widget footers to ‘Helvetica Neue’ and cannot work out which part of my css I need to modify?

    I have made a child theme and have been trying to add the font family to the footer widget area, but no joy, any ideas?

    Please see https://www.kidsmoderndesign.co.uk
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • peredur

    (@peredur)

    What rules have you tried? It looks as though something like:

    #footer {
      font-family: /* whatever */;
    }

    … should work.

    Cheers

    PAE

    Thread Starter annalouis

    (@annalouis)

    Hello
    I tried but it didn’t work unfortunately. I have this in my CSS relating to widgets, where do you think i should add the font-family:

    [CSS code moderated – please post a link to your site]

    Thanks

    peredur

    (@peredur)

    Well you probably need to use something a bit more specific than I gave you, if it didn’t work. For example:

    div#footer ul#xoxo {
      /* your font list here */
    }

    Use Firebug to work out which element you should put the rule on and just experiment. It’s always a bit of a matter of trial and error, I’m afraid.

    HTH

    PAE

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Ten footer widget’ is closed to new replies.