Posted: August 8, 2018 at 7:27 am
Could you tell me where I can edit the Wait-list signup popup form? Also – the promo code input field on the purchase page is white and the text is also white. Is there a place where I can change this? Thank you! |
|
Hi, The wording can be changed via a custom function. The documentation has some example code: https://eventespresso.com/wiki/wait-list-manager/#customizations Form inputs are generally styled by your WordPress theme. If your theme has settings for changing form input colors, you’d change those. Otherwise you can add some CSS to a custom stylesheet or into the Additional CSS panel in the site’s Appearance > Customize menu. Here’s an example of some CSS that will add some additional styling to the promo code field:
|
|
Thanks for the info! I added the provided code and messed around with the colors and it didn’t change anything. I even added “!important” tags. Is there a different code I could use that would work to make the promo entry box more visible?
|
|
The image inserter didn’t work but here is a link to the images: |
|
It does change something. You can also add:
to give the border at least 1px width. |
|
Hello, The code with the edited border section does add a border, but the interior text “Promotion Code” is outside of the border by about 5 pixels. I’ve increased the padding on the left but it doesn’t change anything. Please let me know how I can fix this? ScreenShot: http://tinypic.com/r/2mi26w9/9 |
|
You probably need to use the correct selectors, e.g.
|
|
The support post ‘Editing Waitlist Signup Form’ 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.