Font color not changing with CSS code as for other pages
-
Hi there. I´ve formated my site with different font colors for some pages. It has worked with the other pages so far, but for 521 it is not working.
I am having other problems with CSS mainly with the responsive feature that is not working well.Need urgent help please.
Thanks
The blog I need help with is: (visible only to logged in users)
-
On page id 521, you have the font color within the page editor set to black, and then in the custom CSS, you have the following CSS rule which sets the background of that page content also to black. You need to change one or the other. Here is the CSS you have for that background color.
.post-521 { background-color: #000; } -
Ok, I changed the HTML. Thanks. I still have the title that remained grey. Should I change that through CSS? What should be the code for that?
Thanks
-
-
- The topic ‘Font color not changing with CSS code as for other pages’ is closed to new replies.