Forums

change body text color (3 posts)

  1. jojojosonm
    Member
    Posted 1 year ago #

    i want to change the body text color of http://www.hollywoodfilmreviews.com from white to black.
    i searched entire CSS for a similar entry, but couldnt find any.
    Could anyone please help me ??

    here is the css in the template folder
    http://www.hollywoodfilmreviews.com/my%20css.txt

    thanks for your time
    -jojo

  2. threestyler
    Member
    Posted 1 year ago #

    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;
    	}
  3. jojojosonm
    Member
    Posted 1 year ago #

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

    hope some one could help me

Topic Closed

This topic has been closed to new replies.

About this Topic