Hi muffingroup
I'm using BeTheme Medic theme and the Action Bar at the top seems to default to a dark grey background, blue text, and aligned to the left. Is there a way I can change it to:white background, dark grey text and aligned to the right (where the social media icons are usually but we are not using them) ?
My site is on our local test server so I can't send you the url to look. Please help! Thanks
Comments
1. Background and text color for action bar can be changed with below css:
#Action_bar { background-color: #FFF !important; }2. To float action bar to right side, please use below css:#Action_bar .contact_details li { color: #000 !important; }
#Action_bar .contact_details li a { color: #000 !important; }
#Action_bar .contact_details { float: right !important; }