lsrdesign 0 Report post Posted March 22, 2011 Hello, I have Platform Pro & Platform Pro Base installed. Base "child theme is active" when I edit css in base.css nothing happens? the child theme is importing the main theme ok and editing with firebug works. Its like the base.css is not overriding the main theme css any ideas? Share this post Link to post Share on other sites
Kate 3 Report post Posted March 22, 2011 How are you editing base.css? And, are the changes saving, just not showing up? Share this post Link to post Share on other sites
lsrdesign 0 Report post Posted March 22, 2011 Hi Kate, In the base.css if I do * { display: none; } everything seems fine ie. nothing displays on page however if I do #page { background: transparent; } I still have the #page white background? if I write the same code in firebug, #page white background gone! Share this post Link to post Share on other sites
Simon 248 Report post Posted March 22, 2011 What about `#page { background: transparent !important; }` does that work? Share this post Link to post Share on other sites
lsrdesign 0 Report post Posted March 22, 2011 No mate nothing, if I put the same code in the custom css box it works fine? Share this post Link to post Share on other sites
eyeingi 0 Report post Posted March 22, 2011 hi... I'm new to this and this is my first site. I'm on my website and I press F12 and the firebug program comes up. I change a couple things with it and it works out on my page. I don't know how to save those changes though. Can you help me out. When I refresh the page it just goes back to how it was before. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 22, 2011 You have to copy/paste the rules that you change and put them into the base.css file of your child theme OR in the custom css box in the theme settings page - custom code panel Share this post Link to post Share on other sites