Description

Child Theme Configurator is a fast and easy to use utility that allows you to analyze any theme for common problems, create a child theme and customize it beyond the options of the Customizer. Designed for WordPress users who want to be able to customize child theme stylesheets directly, Child Theme Configurator lets you easily identify and override the exact CSS attributes you want to customize. The Analyzer scans the rendered theme and automatically configures your child theme. It correctly enqueues theme and font stylesheets for optimum performance and handles vendor-specific syntax, giving you unlimited control over the Child Theme look and feel while leaving your Parent Theme untouched. Learn more about how to create a child theme.

Take Control of Your Child Themes

Child Theme Configurator parses and indexes your stylesheets so that every CSS media query, selector, property and value are at your fingertips. Second, it shows you how each customization you make will look before you commit it to the child theme. Finally, it saves your work so that you can customize styles in your child themes without the risk of losing your edits.
You can create any number of child themes from your existing Parent Themes. Child Theme Configurator lets you choose from your installed themes (even existing child themes) and save the results in your Themes directory.
When you are ready, just activate the Child Theme and your WordPress site takes on the custom styles automatically.

Why create child themes and customize styles using Child Theme Configurator?

  1. Some things cannot be changed using the Customizer.
  2. Unless you use a child theme, you will lose any changes you made to templates and stylesheets when you update.
  3. Child Theme Configurator automatically determines the correct way to set up a child theme based on the theme you are using.
  4. You can find the exact style selectors your theme uses and change properties quickly.
  5. You can locate, copy and edit theme templates from the admin.
  6. Much more:

    • Update themes without losing customizations
    • Smart Theme Analyzer determines correct settings to use
    • Resolve common child theme issues with almost any parent theme
    • Copy existing widgets, menus and Customizer options to child theme
    • Use web fonts in your child theme
    • Enqueue (link) stylesheets instead of using @import
    • Quickly locate and edit theme CSS.
    • Customize @media queries for responsive design
    • Select hex, RGBA (transparent) and named colors using Spectrum color picker
    • Add fallback styles (multiple values per property)
    • Save hours of development time
    • Multisite compatible
    • Make modifications unavailable to the Customizer
    • Export child themes as Zip Archive
    • Identify and override exact selectors from the parent theme
    • Change specific colors, backgrounds, font styles, etc., without changing other elements
    • Automatically generate cross-browser and vendor-prefixed properties and CSS gradients
    • Preview custom styles before committing to them
    • Uses WP Filesystem API – will not create files you cannot remove

Child Theme Configurator PRO

Apply the CSS customizing power of Child Theme Configurator to any WordPress Plugin installed on your website. Child Theme Configurator PRO scans your plugins and lets you customize their stylesheets. We’ve added more features to make customizing styles quicker and easier with PRO.

Learn more at http://www.childthemeplugin.com/child-theme-configurator-pro

Unlimited Widget Content With a Single Plugin

IntelliWidget is a versatile widget manager that does the work of multiple plugins by combining custom page menus, featured posts, sliders and other dynamic content features that can display on a per-page or site-wide basis.

Learn more at https://www.lilaeamedia.com/plugins/intelliwidget

Hook Highlighter

Hook Highlighter provides Administrators insight into the internal program flow of WordPress when activated on any front-facing page of a website.
Display action and filter hooks, program files and backtrace information inline for the current page.

Learn more at https://www.lilaeamedia.com/product/hook-highlighter

Query/Selector Tab

There are two ways to identify and customize baseline (parent) styles. Child Theme Configurator lets you search styles by CSS selector and by property. If you wish to customize a specific CSS selector (e.g., h1), use the “Query/Selector” tab. If you have a specific CSS value you wish to customize site-wide (e.g., the color of the type), use the “Property/Value” tab.
The Query/Selector tab lets you find specific CSS selectors and edit them. First, find the query that contains the CSS selector you wish to edit by typing in the Query autoselect box. Select by clicking with the mouse or by pressing the “Enter” or “Tab” keys. CSS selectors are in the base query by default.
Next, find the CSS selector by typing in the “Selector” autoselect box. Select by clicking with the mouse or by pressing the “Enter” or “Tab” keys.
This will load all of the properties for that CSS selector with the Original values on the left and the child theme values inputs on the right. Any existing child theme values will be automatically populated. There is also a Sample preview that displays the combination of Parent and Child overrides. Note that the border and background-image get special treatment.
The “Order” field contains the original sequence of the CSS selector in the parent theme stylesheet. You can change the CSS selector order sequence by entering a lower or higher number in the “Order” field. You can also force style overrides (so called “!important” flag) by checking the “!” box next to each input. Please use judiciously.
Click “Save” to update the child theme stylesheet and save your changes to the WordPress admin.

Adding Raw CSS

If you wish to add additional properties to a given CSS selector, first load the selector using the Query/Selector tab. Then find the property you wish to override by typing…