Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3810777
Search form in header
Open

Comments

  • Mr Hung started the conversation

    I want the search box in the search form to have rounded corners. Can you guide me how to do it? ? It looks like the picture I attached.

    Attached files:  search.png

  •  2,727
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    form.pc-searchform input.search-input {
      border-radius: 10px;
    }

    Regards,
    PenciDesign.