Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #463099

    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!

    #463366

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.