pingdom – style.css
-
I am running WordPress / Canvas theme
I have created a child theme using the plug in One Click Child Theme
When I run pingdom (http://tools.pingdom.com/fpt/) for my site: iredcord.com
I get an error saying style.css Page Not Found (iredcord.com/canvas/)I have style.css in the canvas folder (as far as I can see)
I have also made the following in the child theme (iredcord) Custom CSS
/*
Theme Name: canvasDescription: Child theme for the Canvas
Template: canvas
Version: 0.1.0
*/@import url(“../canvas/style.css”);
.related.products { display: none; }
.product_meta {display: none; }
ul li.hidebullets { background: none transparent; }
Can you tell me why the error is occuring?
(also my ul li.hidebullets is not working but this is really a secondary issue
The topic ‘pingdom – style.css’ is closed to new replies.