• Currently working through a few adjustments to my site and have come across a small issue. Whilst I think I know where I should be looking I’m concerned that I might derail something if I fumble the code.

    My site (obliquemedia.net) has a sidebar and footer as a child of the twenty ten theme. I’ve come up against an issue whereby I need ALL my footer text to be white (inc headings / links / etc) and ALL my sidebar text to be anything but white. Can’t identify what I need to add into my stylesheet to make this work well. Can you help?

    Any help you can offer would be greatly appreciated. Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like you got it. ??

    Thread Starter smugmatt

    (@smugmatt)

    Hi AardvarkGirl.

    Yes… and no. I’m nearly there – but I need all the text to be white … including Headings and Links… At the moment these disappear into the black background.

    Thread Starter smugmatt

    (@smugmatt)

    Ah ha – worked it out…. added the following to stylesheet in the ‘Widget Areas’ section…

    #footer-widget-area .widget-title {
    	color: #fff;
    }
    #footer-widget-area a:link,
    #footer-widget-area a:visited {
    	color: #fff;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Ten – Changing font colours for sidebar and footer’ is closed to new replies.