I like HideMyWP, but apparently it doesn’t hide just about everything. For example, when you replace a class/ID name it only replaces it in the HTML, but not in the CSS. As most theme and plugin builders use obvious classes and IDs containing the term wp (ex: wp-navibar) this is revealing the site using wordpress.
Not using certain themes and plugins that contain such CSS classes is out of the question, because that would limit the choices quite significantly.
So I need to be able to replace those kind of CSS classes and IDs without to much of a hassle. The only way I can think of is creating child themes and replacing them in the child themes. Not sure about the plugins though.
I would need some help with this. I really need to be able to hide EVERYTHING that gives the site up that’s using wordpress.