Hello, i’m trying to style my contact form of this plugin because it not inherits the styling from the theme.
Using the class given by the docs of the plugin doesn’t work, i tried to put my css code in the theme options custom css part and in the additionnal css part of the theme customisation and none works.
Can you help please? thanks
.rsvpSubmit {
font-size: 13px;
/* padding: 10px 30px;*/
font-weight: 400;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: inline-block;
font-family: ‘Lato’, sans-serif;
border: 2px solid #fcbd00;
background-color: #fcbd00;
position: relative;
z-index: 1;
border-radius: 4px;
}