First time customizing Circumference and I would like to remove the Announcement/Social Bar.
I tried changing the 44px height in this code:
#cir-ann-social-wrapper {
min-height: 44px; /* this needs to be a fixed height for the layered social icons */
position:relative;
border-bottom: 14px solid #f3f3f3;
background-color: #25b7c3;
color: #fff;
}
. . . but nothing happened. How should I go about the removal?