Hi there,
Could you please tell me how to use Quick CSS to specify a custom color for the extra elements header (where the phone number displays, etc)? I want to use a different color than that dropdown menu highlight color and currently the “Alternate Background Color” selection seems to define both.
Also, can you please tell me how to remove the borders between the social media icons?
Thank you!
Hi diannedominguez!
Add this to your custom CSS.
#header_meta { background: red !important; }
For the social icons try this CSS.
.social_bookmarks > li {
border-right: 1px solid black !important;
}
Cheers!
Elliott