Jump to content
Sign in to follow this  
lsrdesign

CSS in base.css child theme not working

Recommended Posts

lsrdesign

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

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

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

What about `#page { background: transparent !important; }` does that work?

Share this post


Link to post
Share on other sites
lsrdesign

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×