Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi

    The main search bar is marked with the “wpdreams_asl_container” class. I would start with that, perhaps creating custom CSS rules.

    For example, to add something to the input style:

    .wpdreams_asl_container .proinput input {
      // input style
    }

    Adding extra classes to the elements is not possible with a filter unfortunately. The only way to do that is to directly modify the code.

Viewing 1 replies (of 1 total)
  • The topic ‘Add css class to search form’ is closed to new replies.