Ivory Search › Forums › Support › there is a border right 0 in Custom Search Form and i cant change it
- This topic has 7 replies, 2 voices, and was last updated 3 weeks, 6 days ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- December 23, 2024 at 6:08 PM #23030
- December 24, 2024 at 5:42 PM #23038
I hope you are well today and thanks for posting here.
Please share the page URL from your site where it displays so I can troubleshoot it.
Best regards,
Ivory Search Support- December 25, 2024 at 7:02 PM #23043
HERE YOU ARE !
I tried to give the search a small border radius so that the lack of a right border wouldn’t be obvious. But if you inspect and look at the code, there is a zero right border that can’t be changed.
here is a code:
.is-form-style.is-form-style-3 input.is-search-input { border-right: 0 !important; }
- December 26, 2024 at 4:06 PM #23052
You can resolve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings
form.is-form-style.is-form-style-3 input.is-search-input { border-right: 1px solid #ccc!important; }
- December 29, 2024 at 12:04 PM #23069
thank you sir <3
- December 30, 2024 at 1:39 PM #23077
You are always welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:
I’d appreciate that. 🙂
If I can help you further, please don’t hesitate to ask.
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login