Thanks for the reply. I tried inspect elements. But I could find no specific CSS for anything labeled “submit”. I also tried to search the Style Sheet and found this area:
div.wpforms-container form.wpforms-form .wpforms-page-button {
border: none !important;
color: #FFF;
cursor: pointer; /* Improves usability and consistency of cursor style between
I changed the color to black just to see and there was no effect on the form. Out of frustration, I changed the background of the Elementor block to blue. I could then see the submit button area as a white box. However, the font must also be white since there was no word on the button saying Submit, just a white box. Ideally, I would prefer a white background. But, I am willing to live with a colored background to show the submit button area. Regardless, I need to change the font color of the button so it will show. I guess I’m not good enough with CSS to find where to change this. Can you help guide me with this?
It seems strange to me that WPforms would choose to make the button white with a white font. When I build the form in WPforms, the button shows as grey with the word “Submit” as black. I wonder why it isn’t like that when you apply the shortcode.