Forums

Twenty Ten - Changing font colours for sidebar and footer (4 posts)

  1. smugmatt
    Member
    Posted 10 months ago #

    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.

  2. AardvarkGirl
    Member
    Posted 10 months ago #

    Looks like you got it. :)

  3. smugmatt
    Member
    Posted 10 months ago #

    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.

  4. smugmatt
    Member
    Posted 10 months ago #

    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;
    }

Reply

You must log in to post.

About this Topic