Changing The Color Of The Footer At The Bottom Of The Page To Match the Red
-
Im going crazy with the CSS
The blog I need help with is: (visible only to logged in users)
-
Hi there, First off, can I ask you to remove the following from your custom CSS which is hiding the WordPress and theme credits? Per the Terms of Service, #11, those cannot be hidden.
.footer p a { color: #bebbbb !important; }Thanks in advance.
I’m seeing the following in your custom CSS which changed the original brown color of the footer to the grey.
#footer { background-color: #bebbbb !important; }If you have any more questions, please let us know.
-
I see that your footer credits are hidden from view. That is not allowed. All WordPress.com users, including VIPs like CNN and Time, are required to keep the footer links visible and readable.
Could you please try changing your custom CSS from this:
.footer p a { color: #bebbbb !important }To something like this instead?
.footer p a { color: #eee !important }
- The topic ‘Changing The Color Of The Footer At The Bottom Of The Page To Match the Red’ is closed to new replies.