-
HelloSG101
Dear CS Team,
I installed Contact Form 7 plugin, and assign id “form-submit” to the contact form button.
I have added to “Customizing / Additional CSS” this
.form-submit {
text-align: center;
padding: 14px 36px 36px 14px;
border-radius: 9999px;
font-family: Arial;
font-size: 18px;
font-weight: bold;
font-variant: uppercase;
}But the Submit button does not display as a Round button
URL: https://sgstars.sg-host.com/contact/BR,
Loi -
Hi there,
This should be a question for Contact Form 7’s plugin support team.
You can try changing the selector to
#form-submit
instead of.form-submit
.#
is used for id and.
is used for classes.I hope this helps.
-
HelloSG101
It works, thanks
-
HelloSG101
thanks
-
No problem 🙂
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.