Subscription form
-
I need help with Subscription Form formatting.
Can you give me the CSS code so that the widget is centered on the page with the # 961f41 background color and white font.
I also want the text appearing on the page to be “S’abonner”.
Thanks for your help !The blog I need help with is: (visible only to logged in users)
-
Hi @angelvandenbrouck ,
I think the following code should work. Let me know how it goes. If I have misunderstood what you are trying to do, feel free to write back and I would be more than happy to fix it up for you.
Center Widget on Page (The widget was putting lopsided padding around your form for some reason…)
[data-id=”a5f1fde”] .element-column-wrap {
margin: 0;
}
.eael-contact-form-7-wrapper {
max-width: unset;
}Change Background Color
.eael-contact-form-7{
background-image: unset;
background-color: #961F41;
}Change Font Color
.eael-contact-form-7-title {
color: white;
}
form.wpcf7-form label {
color: white;
}As for changing the text, I wasn’t quite sure what you meant by that. Which text do you want to change to “S’abonner”?
- The topic ‘Subscription form’ is closed to new replies.