• I’m developing a child theme. The parent theme has included support for customizer. I want to completely remove customizer, and also remove all residue of it.

    While developing my child theme I played with customizer a bit. Consequently some styles were injected into my theme.

    I discovered some code that prevented Customizer from being visible in the admin menus. This is useful, but the corrupting styles that it has left behind still remain.

    I’d like to completely all side effects of customizers presence, without using a dirty hack (like using javascript to overwrite the styles that Customizer left behind).

    How do I do this?

  • The topic ‘How do I nuke customizer from a child theme?’ is closed to new replies.