Viewing 2 replies - 1 through 2 (of 2 total)
  • Search you style.css for:

    .entry {
    	display:block;
    	margin: 0 0;
    	padding: 5px 25px;
    	color:#fff;
    	}

    Replace with:

    .entry {
    	display:block;
    	margin: 0 0;
    	padding: 5px 25px;
    	color:#000;
    	}

    Thread Starter jojojosonm

    (@jojojosonm)

    hi threestyler,
    tried your change….but still nothing happening.

    hope some one could help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change body text color’ is closed to new replies.