Om my about us page – http://1c5.964.myftpupload.com/homepage/about-bccp/
Under MEET THE TEAM
1- after the team member title there is an extra white space before it shows the email address, how do I remove that extra white space?
2- For the email links, it is showing up as that ugly blue color, how can I change that color?
Screenshot
http://s14.postimg.org/bpegexn3l/team.jpg
Hey navindesigns!
1. Use this code inside of Quick CSS field:
.team-member-description p {
margin-top: 0px;
}
2. Use this code:
.team-member-description p a {
color: red;
}
Cheers!
Andy