• Using a style.css in a child theme is the right way to make corrections to a theme.

    But what about plugins?
    Many plugins have a stylesheet and now I want to make corrections to this. will it be possible to add these into a child theme style.css and will it work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should be able to put changes in the child theme style.css file — that will override the plug-in CSS. You may need to increase the specificity in the selectors you use and/or use the !important. A very helpful tool to help you do this kind of thing is Firebug.

    Thread Starter Mikael Boldt

    (@boldt)

    Thank you
    already using firebug -an excellent toll

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make corrections to a plugin stylesheet ?’ is closed to new replies.