BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Header Search Bar – Change background colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #69291
    @psychiclounge

    Does anyone know the css code for changing the background colour of the header search bar?

    Answers

    #69605
    @anve

    Hi @psychiclounge,

    You can try following code .Place in child theme’s custom css .replace ‘red’ with the color you like.

    
     #header-aside #searchform .ui-autocomplete-input {
      background-color: red !important;
    }
    

    Regards
    Anve

    #69732
    @psychiclounge

    Thx.Appreciated.

    #69756
    @anve

    HI @psychiclounge,

    Glad to hear that it worked. I’ll close this topic now.

    Regards
    Anve

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Header Search Bar – Change background colour’ is closed to new replies.