• I searched for: Site Title Color
    In this plug-in’s area here, but didn’t find anything, so here goes…

    There is an issue with the fourteen color plugin’s section of the theme’s customization menu.

    The theme already has a color section, containing

    • Site Title Color
    • Background Color

    The fourteen colors plugin does not have a spot to change those colors. Instead of adding them to the plugin, perhaps change the plugin’s “colors” section to “colors II” so it does not cover up the themes’s existing color settings?

    Currently, The workaround is to deactivate fourteen colors, change those settings, then reactivate fourteen colors.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pmheart66

    (@pmheart66)

    Double checking, background color is in the “fourteen colors” menu, so only Site Color becomes un-editable with fourteen colors active.

    Thread Starter pmheart66

    (@pmheart66)

    Ok, deeper delve into the code….

    The title color was removed from the menu because it was “Confusing” and could be accessed from the appearance > header menu.

    Unfortunately, its no longer under the header menu, and for me, its a color setting, and not confusing. It was more confusing not being able to edit that when it is normally editable, and editable for a good reason.

    I do not know what is meant by “automatically adjusted based on the contrast color”

    I suggest that we consider removing the following code from the plugin.

    // Remove the Site Title Color control; it is confusing because the color is automatically adjusted based on the contrast color.
    // A custom-set color will still apply and it can still be changed from the Appearance -> Header page.
    $wp_customize->remove_control( ‘header_textcolor’ );

    Plugin Author Nick Halsey

    (@celloexpressions)

    Your site title color should be automatically reset by this plugin based on your selected “contrast color”. If you previously changed it and it’s stuck, I suggest temporarily de-activating this plugin, unsetting the site title color, and re-activating this plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding existing colors menu – making changes impossible’ is closed to new replies.