• Hi all

    Is it possible through Child Themes to change a plugin CSS file?
    I need to change WooCommerce output, so it appears a little different (other colors).

    Best regards
    Christian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As long as the plugin’s CSS doesn’t use ‘!important‘ declarations, Yes.

    Thread Starter cpagh

    (@cpagh)

    OK, so if you use a class = “test” in the plugin CSS, it is possible to change this in Child Theme CSS by example.

    .Test {
         color: red;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes, but if you know about CSS cascading rules you’ll know that this isn’t always the case.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Child Themes and Plugin CSS’ is closed to new replies.