Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #912777

    Hi,

    How to change color of button and font in the button of the contact form ?

    Regards,
    Matthieu.

    #912957

    Hey poylomat,

    You would need to style it with some CSS.
    if you need help, send us over your form.

    Best regards,
    Basilis

    #915964

    Hi,

    I changed the mailchimp button with the CSS below :
    .avia-mailchimp-form .button {
    background-color:#719430 !important;
    color:”white” !important;
    font-size:16px !important;
    border-bottom:none !important;
    font-family:”open sans” !important;
    height: 45px !important;
    line-height: 30px !important;
    display:block !important;
    text-align:center !important;
    padding : 2px 2px 2px 2px !important;
    font-weight: bold;
    }

    Is it possible to get something like that ?

    Thanks,
    Matthieu.

    #916054

    Hi poylomat,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #916120
    This reply has been marked as private.
    #916733

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     .main_color input[type='submit'] {
      background-color:#719430;
      color:#fff;
      font-size:16px;
      border-bottom:none;
      font-family:”open sans”;
      height: 45px;
      line-height: 30px;
      display:block;
      text-align:center;
      padding : 2px 2px 2px 2px;
      font-weight: bold;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.