How can I remove a square under Header.

  • ptoeller

    #6211

    A small yellow square is showing up on every page under the page header. How do I get rid of that? Website: http://www.faitha.org – Thank you.

    Anonymous

    #33451

    Add this to child-theme style.css or in Graphene Options –> Display –> Custom CSS

    .updated {
    display: none;
    }

    ptoeller

    #33452

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.