Make WordPress Core


Ignore:
Timestamp:
03/01/2013 05:45:59 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: enable live preview for Header Text Color in Theme Customizer. Change also removes an !important declaration (yay) in Custom Header CSS rules.

Props SriniG, fixes #23600.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/inc/custom-header.php

    r22573 r23572  
    7878        else :
    7979    ?>
    80         .site-title a,
    81         .site-description {
    82             color: #<?php echo $text_color; ?> !important;
     80        .site-header h1 a,
     81        .site-header h2 {
     82            color: #<?php echo $text_color; ?>;
    8383        }
    8484    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.