Thank you, but no luck.
Here is what my child theme code currently looks like if anyone wouldn’t mind peeking at it. Thanks!
/*
Theme Name: twentytwelve Child Theme
Description: twentytwelve theme
Author: XXXXXXXXXXXXX
Template: twentytwelve
*/
@import url(“../twentytwelve/style.css”);
#site-title a { color: #FFFFFF;
}
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div><!– #main .wrapper –>
<footer id=”colophon” role=”contentinfo”>
<div class=”site-info”>
<?php do_action( ‘twentytwelve_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentytwelve’ ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentytwelve’ ), ‘WordPress’ ); ?>
</div><!– .site-info –>
</footer><!– #colophon –>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>
.home.page .entry-title { display: none; }
/* Header */
.site-header {
padding: 24px 0;
padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
text-align: center;
}
.site-header h1 a,
.site-header h2 a {
color: #FF0000;
display: inline-block;
text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
color: #FF0000;
}
.site-header h1 {
font-size: 24px;
font-size: 1.714285714rem;
line-height: 1.285714286;
margin-bottom: 14px;
margin-bottom: 1rem;
}
.site-header h2 {
font-weight: normal;
font-size: 24px;
font-size: 1.714285714rem;
line-height: 1.285714286;
color: #FF0000;
}
.header-image {
margin-top: 24px;
margin-top: 1.714285714rem;
}
/* Minimum width of 960 pixels.(get rid of main box shadow) */
@media screen and (min-width: 960px) {
body {
background-color: #e6e6e6;
}
body .site {
padding: 0 40px;
padding: 0 2.857142857rem;
margin-top: 48px;
margin-top: 3.428571429rem;
margin-bottom: 48px;
margin-bottom: 3.428571429rem;
box-shadow: none;
}
body.custom-background-empty {
background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
padding: 0;
margin-top: 0;
margin-bottom: 0;
box-shadow: none;
}
}
/* Page structure (main box color clear) */
.site {
padding: 0 24px;
padding: 0 1.714285714rem;
/* background-color: #fff; */
background-color: transparent;
}
/* getting rid of double rules */
.site-content article { border-bottom: none; }
/* changing title & tagline to one line */
#masthead h1, #masthead h2 {
display: inline;
}
#masthead h2{
margin-left: 3px;
}
/* changing title & tagline color */
.site-header h1 a, {
color: 00FF00;
}
.site-header h2 {
color: FF0000;
}