I've been reading everything on hiding/removing WordPress and Theme credits in footer as well as for removing RSS feeds. I bought the CSS upgrade and tried adding this (in 2 separate CSS edits):
#footer p {
display:none;
}
#feeds li {
display:none;
}
Neither has worked.
Please do not lecture me on how ethical removing the credits is or not. I do promote giving credits to authors and understand the concept fully. I do not want "Blog at WordPress" on my static pages. I would be more than happy to have those words on the BLOG page, not the static pages. I would also be more than happy to give credit to the theme author on my static pages (except on the home static page) but on my own terms. But that is not possible, is it?
If somebody out there is willing to help with this, that would be appreciated.