Support » Theme: Customizr » Remove button icon from under Search Bar

  • Resolved carissawp

    (@carissawp)


    Hi!

    I would like to remove the gray button that says “search” from beneath my search bar (found in top right sidebar.) I’ts redundant, since my search bar is already labeled.

    Can I enter a quick snippet into the Customiz’it area to fix this?

    http://www.prettyhungryblog.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • SideKick Dan

    (@shout-out-sidekick)

    Hello Carissa,

    Here is some quick css code you should be able to add in via your template’s custom css area or a plugin that allows you to add custom css.

    It basically hides the button from view.

    .widget_search #searchsubmit {
    display: none !important;
    }

    If you find that people don’t naturally hit enter after inputting text in order to process a search without a button, then you can take the css out to make it reappear.

    Hope it helps 🙂 Let me know if it works ok. Tested it in firebug.

    Thread Starter carissawp

    (@carissawp)

    Thank you!

    You raise a good point that people might not naturally press enter. I’m going to see which I like better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove button icon from under Search Bar’ is closed to new replies.