• Hi,

    I’m having trouble with the radius of the dropdown fields, as they aren’t responding to changes – even when I add custom CSS.

    Also the button font weight and font family doesn’t respond either, so maybe it’s the same issue, but I’m not sure.

    The form is down the bottom of the linked page (you’ll see the dropdown fields have a different radius to the standard text fields).

    Could you please help me figure this out.

    Thanks
    Ben

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter goliathproductions

    (@goliathproductions)

    Hey thanks for getting back to me.

    Unfortunately as mentioned changing the radius in the dropdown field radius in the WPForms Styler has no effect.
    I’ve also added that custom CSS code (both in the WPForm Styler Custom CSS input area, and the WordPress theme additional CSS input area) which also had no effect.

    Is there any other options?

    Thanks
    Ben

    Plugin Author wpmonks

    (@wpmonks)

    Please try the following code under Customizer -> Additional CSS..

    body #wpforms-31406 .wpforms-form .wpforms-field-container .wpforms-field select {
         border-radius: 30px !important;
    }

    Also, clear your autoptimize cache after adding the above code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border Radius of Dropdown Field Not Responding’ is closed to new replies.