This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Laranz
This is my first website using WordPress. I have a Classico child theme (I bought Classico, installed it, and followed directions to create a child theme). This is my entire style.css file from Appearance -> Editor. However, nothing I write after the line with “import” in it seems to work. All I’m trying to do is allow both upper and lowercase in the headers, but it’s not working! I’ve tried other basic commands, like changing the body’s background color, and that doesn’t work either.
Why can’t I make any modifications using this style.css file? My directory for the child theme contains all of 2 files: style.css and style.css~. Am I missing something?
Help!
/*
Theme Name: Karyns Classico Child Theme
Description: Karyns child theme for Classico for store
Author: Karyn S
Template: classico
Version: 1.0.0
*/
@import url(“../classico/style.css”);
h1, h2, h3, h4, h5, h6 { text-transform: none };
Hi,
Don’t put @import url(“../classico/style.css”);
in your style.css because it is already imported from functions.php.. Also you can try add styles using Appearance -> Customize -> Additional CSS and add your custom CSS there, and see that reflects.
Let us know,
Thanks,
laranz.
That seemed to work! Surprising, I don’t think I have a functions.php file as part of my child theme, but hey, if it works, I’m not going to complain.
Thanks!
Hi,
Glad we helped. 🙂
Let us know if you have any other questions,
Thanks,
laranz.
The issue related to '‘My Classico child theme's style.css doesn't work’' has been successfully resolved, and the topic is now closed for further responses