• I`m helping a friend with setting up a website. https://www.bellezzahairsalong.no .
    Theme: Auberge.
    I have tried to remove the search bar, but no luck. Is there an easier way than going in to the css? If I need to add a command in css, I need specific instructions since I`m pretty new at this.
    I`m also not sure if we are going to keep the part of front page that now says “Hello World…etc”
    How do I remove/delete it (so the foot bar moves up to beneath the front page picture)

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • There should be an option in your theme to customize the front page turning off the recent post section to get rid of the hello world post or any recent posts from displaying on the front page.

    As for the search bar, you can do it either through the php, not recommended, or through CSS. Be sure to create a child theme to preserve the changes unless the theme came with a custom css section.

    This is what code you would put

    .search-toggle::before {
        display: none;
    }

    Good luck

    Thread Starter Lizen1

    (@lizen1)

    Thank you so much!!!:D I got rid of the post on front page, and the search icon is also gone – except for mobile version. I tried the same code there in css. Maybe I don′t understand where to place the code in css to remove search icon for mobile version, or is it a different code that has to be used there?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove search bar from theme’ is closed to new replies.