Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Created September 20, 2017 00:10
Show Gist options
  • Save contempoinc/217507ee95d6adcd2307940fc48395fb to your computer and use it in GitHub Desktop.
Save contempoinc/217507ee95d6adcd2307940fc48395fb to your computer and use it in GitHub Desktop.
Custom CSS to Remove Extra Profile Information, Agent Testimonials and Office Information Profile Areas
#your-profile h3:nth-child(7),
#your-profile h3:nth-child(9),
#your-profile h3:nth-child(11),
#your-profile h3:nth-child(13),
#your-profile table:nth-child(5),
#your-profile table:nth-child(7),
#your-profile table:nth-child(8),
#your-profile table:nth-child(10),
#your-profile table:nth-child(12) { display: none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment