Hi,
thanks so much for your support, much appreciated!
placing css folder under Avada theme root, didn’t solved this issue.
I’ve tried several things and eventually it works..
under Avada –> theme option –> Custom CSS –>
#cf7sg-container .cf7-smart-grid input[type=”submit”]
{
color:fff;
background:#4cbf9d;
font-size: 20px;
font-family:Roboto, sans-serif;
border-radius: 2px;
height: 40px;
cursor: pointer;
width: 87%;
}
Thanks