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
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;
}
jojojosonm
Member
Posted 1 year ago #
hi threestyler,
tried your change....but still nothing happening.
hope some one could help me