Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How To Customize Search Fields Border Radius
- This topic has 3 replies, 2 voices, and was last updated 2 years, 6 months ago by J. Davis.
- AuthorPosts
- May 5, 2022 at 1:50 pm #1299911Christopher McGeeParticipant
I want to change the border radius of all search fields in the search availability form. They’re currently all squared but I’d like to add rounded corners but I cannot figure out how to.
Does anyone know if this can be done with CSS?
You can see the search availability form on my website at the top: https://ecotels.org
For example, I’d like to change the box for “Check-in Date” and “Check-out Date” so that they have rounded corners.
May 6, 2022 at 8:27 am #1300219J. DavisKeymasterHi Christopher,
Thanks for your question. You may try to add the style below to Appearance > Customize > Additional CSS in order to ad border radius to all the fields of the search form within your site:
[class^="mphb_"] input, [class^="mphb_"] select { border-radius:50px !important; }
best regards,
J. DavisMay 7, 2022 at 1:18 am #1300354Christopher McGeeParticipantThank you so much, that worked perfectly!
May 9, 2022 at 12:11 am #1300799J. DavisKeymasterHi Christopher,
Thank you for your feedback. It would help us much if you leave a review about the MotoPress team on Trustpilot https://www.trustpilot.com/evaluate/www.getmotopress.com
best regards,
J. Davis - AuthorPosts
- You must be logged in to reply to this topic.