Home › Forums › WordPress Themes – Premium › Circumference › Hide Announcement Bottom Border › Reply To: Hide Announcement Bottom Border
February 3, 2017 at 7:21 am
#41957
Moderator
Hi there,
Please add this following css, it will remove the border bottom with keeping same height of announcement area:
#cir-wrapper-boxed-medium #cir-ann-social-wrapper {
min-height: 32px;
border-bottom: 0;
}
Let us know how it will goes.
Thanks