• Hai, i’m new with wordpress. And this is my first site actually. i just want to ask how to remove search box from header? i try to remove it with Themes Editor, but it’s still there.
    here’s the screenshoot i took https://ibb.co/M8xsPLk
    please help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themeshopy

    (@themeshopy)

    Hello @yudhistiradakosta,

    Add the below CSS code in Additional CSS for that go to Dashboard >> Appearnace >> Customize >> Additional CSS >> Paste the below CSS >> Publish it.

    a.search-box {
    display: none;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove Search Box’ is closed to new replies.