Hide the search bar on Kingdom

In Blog by Alex CooperLeave a Comment

Been asked this question a few times. If you're running Kingdom and looking to hide the header search bar you just need a little CSS code..


Copy and paste this CSS code in to the additional code section of your customize area found in Appearance.

.kd_search form {
    display: none;
}

You Might Like:

  • No Related Posts

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.