Tagged: CONTACT FORM
Hej Kriesi team!
Which quick css can I use when I want to have a smaller ‘message sent’ [followed by personalized message] text following after someone has sendt a message with Enfolds contact form?
Hi Ronaldgoudriaan,
Could you post a link to the page in question so that we can take a closer look please?
Thanks,
Rikard
Hej Rikard
Thanks for your reply.
You’ll find the link in the private section.
Kind regards
Ronald
By the way, Rikard, if you fill in the form, and send it, then you get a message with a (danish) ‘thank you text ‘tak […]’ and so on. It’s this text I am refering to, which size I want to change.
Regards,
Ronald
Hi Ronald,
Please try the following in Quick CSS under Enfold–>General Styling:
h3.avia-form-success {
font-size: 16px !important;
}
Thanks,
Rikard
Thanks a lot Rikard!
And if I want to change the color of the box, which quick css do I have to use (If you want me to start a new issue, say so, no problem)?
Thanks in advance again.
Kind regards
Ronald
Hi,
Try this as well:
.avia-form-success {
background: green !important;
}
Best regards,
Rikard
Thanks again Rikard!
Now I tried to change the color of the font myself:
h3.avia-form-success {
font-color: #eeeeee !important;
}
But that doesn’t work: the font color stays black.
What do I do wrong?
Thank you in advance for your reply.
Kind regards
Ronald
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
Thanks Yigit.
Login credentials sendt in private part.
Kind regards
Ronald
Hi,
Use this code instead:
h3.avia-form-success {
color: #eeeeee !important;
}
font-color
is not valid.
Best regards,
Josue
Thanks Josue!
That works :-)
Kind regards
Ronald
You are welcome Ronald, glad to help :)
Regards,
Josue