I'm working on this site: www.dougrichardson.com
I am trying to make the action bar black and center the social media icons on the bar so they're not over to the right side.
I entered this code:
#Action_bar .contact_details li { color: #E2E2E2; }
#Action_bar .contact_details li a { color: #000000; }
#Action_bar .social li a { color: #E2E2E2; }
#Action_bar { icon: center; }
As you can see the action bar is still not black and the icons are still to the right. Can you please help me?