Support

Home Forums Event Espresso Premium CSS snippet for UI Widget modification?

CSS snippet for UI Widget modification?

Posted: May 24, 2016 at 12:44 am


tixeventsadmin

May 24, 2016 at 12:44 am

Hello all, anyone has the specific code snippet to remove the 1px border around the Registration Form widget when using the Reg Form or Reg Page Shortcode?

Tried using this but wont work..

ui-widget-content {
border: 0px solid #aaaaaa;
}


Tony

  • Support Staff

May 24, 2016 at 7:47 am

Hi there,

Its likely your CSS is not specific enough and being overridden.

Try using:

#event_espresso_registration_form .ui-widget-content {
    border: none;
}

If not can you link us to the page you are using this on please.


tixeventsadmin

May 24, 2016 at 1:43 pm

Yup, that worked perfectly! thanks!

The support post ‘CSS snippet for UI Widget modification?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso