• I’ve made a child theme for 2010 but some css won’t change. In the footer I want to change the color of the top border of the div colophon and reduce it to 2px. In my style sheet I’ve put #colophon {border-top: 2px solid #a5bach;} and I update the file but still the black 4px top border appears. This should be simple! Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • did you also reload the page in the browser and/or pressed ‘ctrl f5’ to clear the browser cache?

    a link to your site might get you more suggestions.

    DigitalSquid

    (@twelvefootsnowman)

    Did you add that in as a new line or change the existing #colophon style?

    If you’ve just added it in then it might be an issue with CSS specificity.

    Are you sure that is a correct color. As a test, try it with black.

    Thread Starter pgb

    (@pgb)

    Thanks everybody. I took a good look at the twentyten style.css and noticed that the code was quite high up the list and on my style.css it was at the bottom (as it is in the header). I moved it much higher and it worked – I don’t know why but I’m glad it worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘my twentyten child theme won't change some css’ is closed to new replies.