CSS is No Longer Working
-
Hi there,
Despite the CSS you have given me about two years ago, the font color change is no longer working, more the color change for headers.
The site I need help with is: thegoldenpathway.org
Here is the CSS you’ve given me, but it doesn’t work. I have to manually go in and change the font color. And the headers are no longer purple. Perhaps something is conflicting.
/*Line color*/
hr {
border-color: #5e199e;
}
p {
font-size : 16px;
color: #201418;
}
p class=”p1″, span class=”s1″ {
font-size : 16px;
color: #201418;
}
/*body list elements font size and color*/ .entry-content li {font-size: 16px;
color: #201418;
}
/* body font color */
#page #main .entry-content {
color: #201418;
}
The topic ‘CSS is No Longer Working’ is closed to new replies.
