I’m trying to find the code that will enable me to make the top section black to add some “pop”. I don’t want to make the menu’s dark, so I can’t change the alternate color. Flip-side I’d need the text & social icons lighter. Is this all controlled in the css?
Any help would be greatly appreciated.
A nice feature would be to allow that top section to be defined in the Styling settings. I’m sure others would want to change it too.
Thanks,
– John
Hi,
You can add this on your custom.css or Quick CSS
#header_meta {
background-color: black;
}
.header_color ul {
border-color: gray;
}
Regards,
Ismael
Ismael you rock! That looks cool. Last question regarding that section… how can I remove the vertical separators between the social icons. They stand out harshly against the black. I’d just take them out completely.
Thanks!!!