• How does one go about changing the font color to black site-wide? I can’t seem to find it in the stylesheet.

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author themefurnace

    (@themefurnace)

    Hi,

    The font color is located in /inc/defaults.css

    body,
    button,
    input,
    select,
    textarea {
    	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-size: 14px;
    	line-height: 18px;
    	color: #999999;
    }

    change this :

    color: #999999;

    to :

    color: black;

Viewing 1 replies (of 1 total)
  • The topic ‘Change font color site wide’ is closed to new replies.