I want the change the color of the top bar in the Adrina theme to black. (The bar that the social logos are on.) How do I do that?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .social-links{ background-color:black; } ul.social_logos{ background-color:black; }