Tagged: contact info bar
Hi Guys,
I’m trying to change the color of the background, text (and icons) on the Contact Info Bar. On the demo it’s a dark grey, light grey and blue respectively. Can you please point me to the correct css?
Thanks, Matt.
Sorry, I worked this one out myself!
#branding .info-bar { background-color: #EFEFEF; }
.info-bar .info ul li a, .info-bar .info ul li { color: #666; }
That’s great whymatt
Thank you!