How can I resize the mail and phone icons in the action bar. 
For the social icons, I used this in custom CSS to resize in the action bar and footer:
#Footer .footer_copy .social li a {
font-size:25px !important;
}
#Header .container .social li a {
font-size:25px !important;
}
However, i can't figure out how to change the phone and mail icons to make them larger as well.
Thanks!
                 
                
Comments
please send a link, we will help you with the custom css.
thanks
#Action_bar ul.contact_details li i {font-size:20px !important;
}