Changes to Child Theme style.css Not Appearing
-
I would like to start by thanking all the great advice and information that has been posted in this forum. It contributed greatly in my choice to use this theme. Also thanks to the theme creator. I’m a total noob at this whole website creation process, so all the advice contained in this forum has been invaluable. Also I apologize for my inability to include a link to my site as I am currently working on it using MAMP.
With that said I have not had any luck getting the changes that I make to the Child Theme style.css appear. I’ve read through the forums thoroughly and have been unable to find the solution. Here’s the original text I used in the Child’s style.css to set it up:
/*
Theme Name: Customizr Child Theme
Author: Luke T. Moore
Description: A customized version of the Customizr Theme for WordPress
Version: 0.1
Template: customizr
*/@import url(“../customizr/style.css”);
/* Test for child theme override */
.site-logo {display: none;}
Using firebug in Firefox I was able to locate what appeared to be a load order for the CSS files, it looked like:
/wordpress/
Inline
/wordpress/ #2
/wordpress/ #3
https://localhost:8888/wordpress/wp-content/themes/CustomizrChild
style.css?ver=3.0.8
https://localhost:8888/wordpress/wp-content/themes/customizr/inc/css
blue.css?ver=3.0.8
https://localhost:8888/wordpress/wp-content/themes/customizr/inc/js/fancybox
jquery.fancybox-1.3.4.css?ver=3.6Is it possible that the blue.css from the Parent is overriding whatever settings that I input into my Child style.css?
Also I was able to input the “.site-logo {display: none;}” code directly into the /wordpress/#3 section of the CSS tab into firebug, and it worked immediately. But the change was not permanent, as soon as I reloaded the page the code was gone and the logo reappeared.
Thank you for any help that you can provide, and if any further information is required I will get right on it.
P.S. Also a total noob question but how to y’all get the code to appear in the grey box? Thanks
- The topic ‘Changes to Child Theme style.css Not Appearing’ is closed to new replies.