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 };