Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Getting Mixed Search Results and Need Help with Filter Menu › Reply To: Getting Mixed Search Results and Need Help with Filter Menu
Ernest, Sorry for the additional message but I wanted to share my solution to #3 in my previous messaging. I was able to stylize the Filter box using custom CSS but wasn’t sure if any of it was actually in the plugin settings? Here’s my code, I highly recommend allowing users to customize in the Ajax Settings the following areas:
/*Ajax Search Pro Filter Box Styling*/
div.asp_w.asp_s.searchsettings {
border-radius: 0 0 30px 30px;
margin-top: 10px!important;
border: 1px solid #bfbfbf;
box-shadow:0px 5px 5px #9f823f;
}
.searchsettings, .asp_s.asp_s_1 {
max-width:1200px!important;
padding: 20px!important;
margin-top:10px!important;
}
div.asp_s.asp_s_1.searchsettings form {
justify-content:center;
}
div.asp_s.asp_s_1.searchsettings fieldset legend {
padding: 0 0 10px 10px;
font-weight: bold;
font-family: “Cabin”;
color: rgb(194 147 35);
font-size: 16px;
}
div.asp_s.asp_s_1.searchsettings fieldset.asp_s_btn_container button.asp_search_btn.asp_s_btn, div.asp_sb.asp_sb_1.searchsettings fieldset.asp_s_btn_container button.asp_search_btn.asp_s_btn {
background: rgb(240 179 16);
border: 2px solid hsl(42deg 69% 45%);
font-weight: bold;
font-family: “Cabin”;
font-size: 17px;
}
/*END Ajax Search Pro Filter Box Styling*/