• Resolved dsfeiken

    (@dsfeiken)


    Hi Andre,

    I’m creating a basic photo gallery site using your theme. I needs to be as “clean” as possible and therefore I’m looking to remove the search functionality. I already tried the “Disable search” plugin and various CSS scripts to remove it; but no luck as of yet.

    Can you tell me how to remove the search function from the theme?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andre

    (@andre-jutras)

    Sorry for waiting, I just now got up for the day.
    Anyway, are you wanting to remove the top bar area or just the “search” itself?

    Thread Starter dsfeiken

    (@dsfeiken)

    Hi Andre,

    If possible, everything above the menu, including the bar with search.

    Thanks!

    Andre

    (@andre-jutras)

    The easiest method would be to add this code to your customizer’s Additional CSS tab:

    #top-bar {
        display: none;
    }

    Although the top bar area is still loading, it’s not displayed visually.

    Thread Starter dsfeiken

    (@dsfeiken)

    Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove/hide search’ is closed to new replies.