• Having trouble changing the text color of the Site Header and Sub Header from black to white. The current background is dark so the black is not showing up. Any help would be appreciated. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    There should be something like this in your style.css.

    #site-title a {
    	color: #000;
    	font-weight: bold;
    	text-decoration: none;
    }
    #site-description {
    	color: #000;
    	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    	font-size: 18px;
    	margin: 0 0 9px 0;
    	text-align: center;
    }

    All you need to do is change the hex code to what you like.

    Thread Starter weknowwe

    (@weknowwe)

    Thank you for posting, but I did not find the info you were showing. Below is what I’m looking at. Take a look and let me know where the info is I’m suppose to change. Many thanks!

    Theme Name: ithreeTheme
    Version: 1.0

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Text Color on Site Header and Sub Header’ is closed to new replies.