Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #271978
    MiguelKarlo29
    Participant

    Hi! I would like to know how to remove the search bar on the Catch Sketch theme that I am using for my website: miguelkarlo.com

    A CSS code is sufficient.

    Thank you!

    #272025
    Skandha
    Participant

    @miguelkarlo29: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-social-container, .mobile-social-search {
        display: none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to remove the search bar on my site?’ is closed to new replies.