Hello wonderful Kriesi team!
I would like to change the color of the top bar where I have placed social media icons and the phone number. I do not want it to affect the color settings of the logo & menu area, just that top bar.
Currently it’s black text/icons on a white background, and I’d like it to be white text on a black background for both full and mobile versions. Shortcode would be great so I can just plug it in quickly.
Thanks in advance!
Morning,
Do you mean the secondary menu that appear above standard header?
#header_meta {
background-color:#000000;
color:#ffffff!important;
}
That should change background color to black and and text to white (unless there is other css effect the font)
If you are able to post a link to a page it would be easy to see play with the code.
Hope that helps
TJ
Hi,
@TJ: Thanks for helping out.
@kelly: try the code given by TJ, you might also want to add colors for phone info:
#header_meta span {
color: #fff;
}
and for links:
#header_meta a {
color: #fff;
}
Hope this helps :)
Best regards,
Nikko
Both of those worked! How do I, however, remove the lin below and in between the social media icons?
Thanks!
Hi,
Please, to make it easier, could you provide to us your website link?
Best regards,
John Torvik
Hi,
#top .social_bookmarks li a {text-decoration:none!important;}
will remove the underscore on icons
and
#top .social_bookmarks li {border-right:none!important;}
will get rid of the line
Hope that helps
TJ
Hi kellyCraftMedia,
Please try @TJ’s solution, if it doesn’t work please give us a link to your site? so we can check it.
Best regards,
Nikko