Skip to content

Instantly share code, notes, and snippets.

@angaither
Last active August 24, 2016 18:09
Show Gist options
  • Save angaither/2bd93df2df98b986e41cfcd7b3b542c1 to your computer and use it in GitHub Desktop.
Save angaither/2bd93df2df98b986e41cfcd7b3b542c1 to your computer and use it in GitHub Desktop.
css changes for rtv
/* language switcher */
#setlang {
display: none !important;
}
/* already registered, share link */
#share-link {
display: none;
}
/* survey questions */
fieldset.surveyquestions {
display: none;
}
/* RTV share section on last page */
.finish section+section{
display: none;
}
/* get emails from RTV checkboxes */
fieldset.submit>.inputs {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment