AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
0
Reactions
1,403
Views
2 Replies
Dec 24, 2019 5:57 pm
You should use the following selector to change the style:
ul.wpf_ac_results
For example, if you'd like to change the background-color you should use this CSS code:
ul.wpf_ac_results {
background-color: #b18a8a;
}
Dec 24, 2019 7:02 pm
Thank you!
