Hide Powered by Commento

A simple trick to hide the “Powered by Commento” branding.

Commento is a great, light weight comment service that can be self-hosted or hosted by Commento for a reasonable price. I chose to self host. In the spirit of keeping things as clean and tidy as possible, I did not the “Powered by Commento” branding showing up below my comments section on every page. A simple addition to my CSS styles solved the problem:

.commento-logo-text {
    display: none !important;
}