Hi Team,
Using “Non-Fix Header with Social Icons and additional Navigation Bar” and dont know how to change the color of top menu bar.
Example how to make the background black #000000 and Font color white #FFFFFF
* screenshot http://demo.globalads24.com/wp-content/uploads/2013/07/TopBar.jpg
* test site http://www.omglovetwins.com/test
Thanks,
jasmine
Hi,
You can use this
#header_meta {
background: black;
}
.header_color .sub_menu>ul>li>a, .social_header .phone-info.with_nav span, .header_color .social_bookmarks a {
color: white;
}
Regards,
Ismael
Great Ismael,
just also how to make the current vertical white lines in between links also the same color as the background in this instance black or to remove them completely http://www.omglovetwins.com/test
Thanks,
jasmine
Hey!
Please use following css code
.sub_menu>ul, #top .sub_menu>ul>li {
border-color: #000000;
}
Regards,
Peter
Thanks Peter,
The code helped with most of the vertical lines. There are still lines on the left where the social icons are and one on the right next to the phone. Here is a link http://www.omglovetwins.com/test
Would it be possible to make them black as well?
Thanks,
jasmine
Hi,
You can use this
.header_color li, .header_color span {
border-color: black;
}
Regards,
Ismael
Perfect Ismael, it worked!
Thanks so much to both of you. Great team work :)
Regards,
jasmine