My Classico child theme's style.css doesn't work

This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Laranz

  • Avatar: pandemo
    pandemo
    Participant
    June 20, 2017 at 23:06

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

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: laranz
    Laranz
    Participant
    June 21, 2017 at 08:41

    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.

    Avatar: pandemo
    pandemo
    Participant
    June 21, 2017 at 21:32

    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!

    Avatar: laranz
    Laranz
    Participant
    June 22, 2017 at 00:43

    Hi,

    Glad we helped. 🙂

    Let us know if you have any other questions,

    Thanks,
    laranz.

  • Viewing 4 results - 1 through 4 (of 4 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.