Viewing 1 replies (of 1 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    That would be something Fourteen Extended needs to fix. Since I can’t make Fourteen Colors work with any change that a child theme or another plugin makes, my policy is to stick to things needed for core Twenty Fourteen and facilitate other plugins hooking into Fourteen Colors to make whatever tweaks they need.

    In this case, Fourteen Extended would probably need something like:

    .site:after {
    background: <?php echo get_theme_mod( 'contrast_color', '#000000' ); ?>;
    }

    Added to a <style> tag in the <head>.

Viewing 1 replies (of 1 total)
  • The topic ‘Using colors with fourteen extended’ is closed to new replies.