Site logo

Archived topic

How to change the styling of the button?

7 replies · Started by Bhavleen on February 18, 2022

Viewing posts 1–8 of 8

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.

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!

This archived topic is closed to new replies.