Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ajberasategui

    (@ajberasategui)

    Hi!

    I’m happy that you found the plugin useful.

    I’ll add this feature in the next build and let you know here when it’s done.

    Agus

    Plugin Author ajberasategui

    (@ajberasategui)

    I’ve just added version 0.2.4 and you can use it to hide those features.

    To hide the “Search:” label add to your CSS:
    #absc-search-label { display:none }

    To hide the Search Button add to your CSS:
    #absc-search-submit { display:none }

    To hide both using just one CSS line use:
    #absc-search-label, #absc-search-submit { display:none }

    I hope you find it useful.
    Agus

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the word "Search:" and the Button?’ is closed to new replies.