Viewing 1 replies (of 1 total)
  • On my website (DCJTech.info), I use the below CSS code to style the suggestions box. The CSS code should be placed in your theme’s “style.css” file.

    div.bbp-template-notice,div.indicator-hint{border:#444 1px solid;padding:5px;margin:5px;color:#000;clear:both;border-radius:5px}

    However, you could use the below code, or add “.bbpress_livesearch_header” to the above code.

    .bbpress_livesearch_header{border:#444 1px solid;padding:5px;margin:5px;color:#000;clear:both;border-radius:5px}

Viewing 1 replies (of 1 total)
  • The topic ‘CSS styling class needed’ is closed to new replies.