Home Forums WordPress Themes – Premium Circumference Remove Announcement & Social Bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15592
    Roland
    Member

    A:

    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?

    #20615
    Sushil Adhikari
    Moderator
    #cir-ann-social-wrapper {
    display:none;
    }

    But, if you are using a child theme, then you can copy over the header.php file and remove the complete cir-ann-social-wrapper container.

    #15593
    Roland
    Member

    Beautiful. Worked like a charm (tactic #1 worked, I couldn’t find the wrapper code in the child’s editor)

    Resolved

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