seachform shortcode
-
I used the shortcode[bbp-search] make seachform.
I want to change border color and size of this searchform.
So I wrote CSS like this.#bbp_search {
border-color:#0c162a important!;
width:50%;
}But the design did’t change.
What CSS should I write?
- You must be logged in to reply to this topic.