Skip to content

Instantly share code, notes, and snippets.

@splorp
Last active September 28, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splorp/6066233c23d2c507698cd7457042dfcc to your computer and use it in GitHub Desktop.
Save splorp/6066233c23d2c507698cd7457042dfcc to your computer and use it in GitHub Desktop.
Bluehost Decruftifier
/* ============================================================================ */
/* Custom styles for bluehost.com cpanel */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
/* Remove detritus */
.ad-link,
#ads,
#partners,
.marketing,
#promotional,
#professional-services,
#domain_search_div {
display: none !important;
}
/* Improve display of email tables */
.ellipsis,
.forwarders_table p {
overflow: inherit;
text-overflow: inherit;
max-width: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment