Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Last active March 6, 2018 17:22
Show Gist options
  • Select an option

  • Save KaineLabs/3822a3401d7132d6036ece82fca48687 to your computer and use it in GitHub Desktop.

Select an option

Save KaineLabs/3822a3401d7132d6036ece82fca48687 to your computer and use it in GitHub Desktop.
Disable Account Capitalized
.youzer .bp-uploader-progress div.error,
.youzer div.bp-avatar-status p,
.youzer div.bp-cover-image-status p,
.youzer .drag-drop-inside p.drag-drop-info,
.youzer .yz-uploader-change-item h2,
.youzer .uk-option-item .option-infos label,
.youzer .editfield fieldset legend,
.youzer .yz-reset-options,
.youzer .yza-item-button,
.youzer .yz-save-options,
.youzer .settings-inner-content .options-section-title h2,
.youzer .settings-sidebar .account-menus ul li a {
text-transform: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment