Skip to content

Instantly share code, notes, and snippets.

@segovia94
Last active July 6, 2016 00:14
Show Gist options
  • Save segovia94/c23799771b22abefe43c2987208a27fc to your computer and use it in GitHub Desktop.
Save segovia94/c23799771b22abefe43c2987208a27fc to your computer and use it in GitHub Desktop.
Hide virtualization prices
/* Add to /sites/all/themes/iet_theme/css/forms.css and /sites/all/themes/iet_theme/sass/forms.scss */
.form-item-field-drive-speed-und label span {
display: none;
}
.form-item-field-ram-und-select label span {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment