Archived topic
How to change the styling of the button?
7 replies · Started by Bhavleen on February 18, 2022
Hi
I need to change the color of the button of WP Form in my Newsletter section.
Please check the screenshot. Can anyone help, please? https://prnt.sc/YgOhydIqY4nK
Thanks.
Hi there,
This question should normally be handled by the plugin support but we can try to help if it's simple enough.
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Also, while you check it, can you please tell me how I can make the text alignment and button alignment right?
Appreciate your help!
Probably a CSS code that if I just put in automatically takes care of everything.
Thanks
Also, could you please tell me how can I stretch the header?? Nav Menu and logo both
Changing the color is easy:
div.wpforms-container-full .wpforms-form button[type=submit] {
background-color: #000;
}
I would recommend checking with the plugin's support team for the alignment issue - perhaps there is a setting that can achieve this without any CSS.
Also, could you please tell me how can I stretch the header?? Nav Menu and logo both
Please open a new topic for a separate question.
I'll mark this one resolved.
Thanks!