This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: ELEMENTOR INTEGRATION AND MISTAKE 504

Home Forums Product Support Forums Ajax Search Pro for WordPress Support ELEMENTOR INTEGRATION AND MISTAKE 504 Reply To: ELEMENTOR INTEGRATION AND MISTAKE 504

#23863
Ernest MarcinkoErnest Marcinko
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;
}