Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ELEMENTOR INTEGRATION AND MISTAKE 504 › Reply To: ELEMENTOR INTEGRATION AND MISTAKE 504
August 30, 2019 at 9:24 am
#23863
Keymaster
Hi Ray,
Thank you very much for your kind words!
You can change the background here and here. I recommend changing both, as sometimes the input size is the same as the overall box, and they can overlap.
Adding a black border, I recommend this configuration: https://i.imgur.com/beEbxxr.png
If you only want to add a border around the input field (white part), you can use this custom CSS instead:
.asp_m .proinput {
box-shadow: black inset 0px 0px 0px 1px !important;
margin: 0 !important;
padding-left: 10px !important;
}