Newsletter
Hello guys,
how can we set the newsletter like this?
We are unable to insert the contact form and organize it in this way!
Thx
Hello guys,
how can we set the newsletter like this?
We are unable to insert the contact form and organize it in this way!
Thx
Comments
ok we did it, but how can we set different colors (standard and hover) of the "submit" button of the form?
...if it were possible we would also like to set the "send" button to the right of the email field> on the same line
Thx!
Hi,
If you want to change the button color for this particular form, a custom CSS will be necessary.
To align the button to the right, in the form construction you need to add text-align:right; like on the following screenshot:
Thanks
We doit
..but doesnt work
Can you give me the CSS code to change the color?
1) The button moved to the right side. Is it not what you wanted to achieve?
2) Please, attach a link to your website.
Thanks
1) No I don't want to move the key to the right but it stays in the same line on the right.
...like this
2) https://albaequipment.senapestudio.com/News/
1) For that, you need to set classes for these div for example five-sixth, and one-sixth.
2)
Thanks
1) this the results.. no longer in the same line
2) fine thx!
...If we export section and import
... not work on the other pages, why?
Example: check at the bottom on the homepage https://albaequipment.senapestudio.com/
On other pages, this form has a different ID.
Use the following code instead:
Notice that it will change the button color for all forms on your website.
Thanks
thanks but we will indicate each rule for each page ...
--------
this the results .. no longer in the same line
we would like the "send" button to stay in the same row
You used the wrong class, and you assigned it to only one div.
The first div should have class five-sixth and the second one one-sixth.
Thanks
ops! Thx
I would like to change page by page individually,
but we can't figure out how to find the value relating to the single section
eg. "#wpcf7-f278-p39-o1 .wpcf7-submit"
How we can find?
Right-click on your form, choose "inspect", and in the developer tools, you will find the ID.
Thanks
thx