Issues editing style.css via Customizr Child
-
RE: tellicokats.com
Hosting: GoDaddy managed WordPress hosting
Hello,
I have installed “Customizr Child” child theme from the Customizer website. It is working fine. I was successful modifing the functions.php
I am having issues modifing style.css via the Child Theme’s editor:
Appearance –> Editor –> style.css
Note that I can place the below code into Customizr “Custom CSS” and all works fine.
Here is the code I have entered:/* Remove page icon */ #main-wrapper .format-icon:before { content: none; } /* Remove Menu Navbar box */ .navbar .navbar-inner { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* Footer background color */ footer#footer { background: none repeat scroll 0 0 #0088cc; }
The code is directly from the Customizr website.
The “Navbar box” code change does not work at all, and the “page icon” appears and disappears everytime I refresh my browser.
The odd thing is that the above code works perfect if I enter it into the Custom CSS box within the Customizr menu.
- The topic ‘Issues editing style.css via Customizr Child’ is closed to new replies.