Created
September 20, 2017 00:10
-
-
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
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
#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