• Resolved cromermusic

    (@cromermusic)


    I’ve created a child theme for Twenty Twelve. Without having made absolutely any changes at all the Title and Description changed color to white. I tried copying the header css exactly like it was in the parent theme but no luck, and even made color changes but still nothings changed.

    My child theme header has no text at all in it so what has happned?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Does it happen with all plugins deactivated?

    Are you able to share a link to the site?

    Thread Starter cromermusic

    (@cromermusic)

    Deactivated all plugins but still the same.

    Thread Starter cromermusic

    (@cromermusic)

    When I check develper tools in Chrome it says #fff but as yyou can see it shouldn’t be white.
    Here’s the code for the header:

    .site-header h1 a,
    .site-header h2 a {
    	color: #000000;
    	display: inline-block;
    	text-decoration: none;
    }
    .site-header h1 a:hover,
    .site-header h2 a:hover {
    	color: #21759b;
    }
    .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: 13px;
    	font-size: 0.928571429rem;
    	line-height: 1.846153846;
    	color: #757575;
    }
    .header-image {
    	margin-top: 24px;
    	margin-top: 1.714285714rem;
    }

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    My next guess would be that some line of CSS is overriding that somewhere. If you are able to share a link it would make troubleshooting a little easier for us.

    If not, the one suggestion would be using your browser’s developer tools to find out what is causing that. Try using something like firebug to help you target the title and that will show you the line of CSS that is doing that.

    Thread Starter cromermusic

    (@cromermusic)

    OH forgot the link.

    Thread Starter cromermusic

    (@cromermusic)

    ok seems like I can’t post a link. pennycentury.com

    Thread Starter cromermusic

    (@cromermusic)

    the code in header in my child theme is the exact as the one in the parent theme and it doesn’t matter if I leave it out or not.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Have you changed the color by going Header > Text color?

    From what I could tell that is what may be causing it.

    Thread Starter cromermusic

    (@cromermusic)

    Ahh I’ve must have touched that button without taking notice. That thought hadn’t occurred to me.

    Thanks!! Problelm solved! =)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Twenty Twelve title changes color’ is closed to new replies.