[Resolved] Child theme not overwriting CSS
-
Hi, I’m creating a new child theme of the default Buddypress theme but the CSS that I’m adding to styles.css isn’t showing on the site. I have:
1. Created a new folder at /wp-content/themes/[Child theme]
2. Changed to child theme in backend
3.. Created and uploaded a new style.css file with the following content
`/**
* Theme Name: Shoot Up
* Version: 1.0
* Author: splorp
* Template: bp-default
* Tags: buddypress
*/body {background-color:#b0c4de;}
table tr td,
table tr th {
padding: 8px;
vertical-align: top;
}`
4. But the background and table vert aligns haven’t changed on the site. I’ve cleared the browser cache, etc.
5. Resulting page is here: http://beta.shootuporputup.co.uk/Any helps or hints much appreciated!
- The topic ‘[Resolved] Child theme not overwriting CSS’ is closed to new replies.