Font Color on Sela Theme

  • Unknown's avatar

    I have the Sela theme and want to change the font color to white on the header text, so that instead of black, the text “Southern Girls In The Smokies” appears white. Also, is there a way to change the font of the entire blog to Helvetica or Helvetica Light? Help please.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You can do that but with a white background it won’t be readable. Here’s how to set a background colour and adjust the spacing of the header a little, you can also set the main body font with the last rule:

    .site-title a {
    	color: #fff;
    	background-color: #333;
    	padding:0 1em;
    }
    .site-description {
    	margin-top: 0.5em;
    }
    body, button, input, select, textarea {
    	font-family: "Helvetica Neue", Helvetia, Arial, sans-serif;
    }

    Alternatively you can check out the fonts that you can select from the customiser.

  • The topic ‘Font Color on Sela Theme’ is closed to new replies.