hy, how to change top bar color icons? you can see my this site www.quranicclasses.com in this site on the top bar (Menu & Action Bar) which is on the top... the icons are in white color i want to change the colors of the icons and same social icons color? from where can i do ?
Comments
you can change colors of Action Bar with custom css only:
#Action_bar .contact_details li { color: #000 !important; }
#Action_bar .contact_details li a { color: #000 !important; }
#Action_bar .contact_details li i { color: #000 !important; }