• Resolved rabble

    (@rabble)


    I am using the preference lite child theme style.css to make modifications but finding that some rules have no effect? For example unable to change the h1 font-size value, and the modline-inner and outer colors.

    Thanks. Love the theme and easy customizations.

Viewing 16 replies (of 16 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    this has nothing to do with the widget styling that was posted?

    Correct.

    A syntax error will break all subsequent CSS.
    E.g if he tried this;

    p {
     margin: 0;
    {
    
    body {
     border: 10px solid red !important;
    }

    The body style would not have worked. The broken widget styling was just a symptom of the syntax error. It was not the originating problem.

    I have noted your demo website and will refer to that in future 🙂

Viewing 16 replies (of 16 total)

The topic ‘Child CSS not always applying rules’ is closed to new replies.