Last active
July 6, 2016 00:14
-
-
Save segovia94/c23799771b22abefe43c2987208a27fc to your computer and use it in GitHub Desktop.
Hide virtualization prices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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