I'm working on a quick contact form on my page, and I need to format it in css with the following code:
form.wpcf7-form {
position: absolute;
width: 250px;
top: 165%;
left: 65%;
text-align: center;
background-color: rgba(89, 89, 89, 0.5);
background-size: 300px 442.95px;
}
The above code applies formatting to all contact forms on the site, but I need this formatting to apply only to that contact form. Follow his short code.
[contact-form-7 id="4831" title="Contato Rápido"]
How can I select it in css?