Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin

    (@rli)

    It would be difficult to hide the name field in PopupAlly with css. The feature to hide the name field is in PopupAly Pro, which will be released in the near future. You can sign up for the waiting list and be the first to know here: http://ambitionally.com/popupally-pro

    If you are set on using CSS, then you can probably use complex CSS selectors with + and/or [name=]

    Thread Starter fatsandrew7

    (@fatsandrew7)

    ok, i was able to hide the field using:

    .popupally-inner-sxzw-1 .popupally-center-sxzw .content-sxzw input.field-sxzw[type="text"][name="field_Name"] {
    	display: none !important;
    	}

    please consider the following as feature additions:

    1. unique class or id for each input field
    2. responsive layout support

    thanks.
    andrew

    Plugin Author Robin

    (@rli)

    Thanks for the suggestions. Both features are coming in PopupAlly Pro. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide name field with css not possible’ is closed to new replies.