eyeingi 0 Report post Posted March 22, 2011 I'm working on my first website. I've figured out how to edit some aspects of my page via 'firebug' but I can't figure out how to save those changes. As soon as I close firebug and refresh my page, it goes back to the original settings. Can anyone help me out please? Share this post Link to post Share on other sites
aharon 0 Report post Posted March 22, 2011 Your best bet is to take the changes. Highlight the css, copy it. Then go into the custom code section of PageLines and past that in there. Then it will work. Firebug to my knowledge does not allow you to make CSS changes on the server. Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 23, 2011 Take the rules you create with Firebug and add them to your custom css option or in your child theme css (base.css) Then you should be rockin' Share this post Link to post Share on other sites
eyeingi 0 Report post Posted March 23, 2011 Awesome! Thanks guys.... just to be clear though. The custom css area in wordpress is found through appearance/editor? Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 23, 2011 No the custom css in the theme options - custom code panel Share this post Link to post Share on other sites