• I have attempted to override the theme for styling the form and I have succeed in most tasks except for the submit button. Any suggestions? Thanks.

    Here’s a sample of the custom button CSS I have attempted to customize:

     .wpcf7 input[type="submit"] {
         color: #ffffff;
         font-size: 18px;
         font-weight: 700;
         background: #C0C0C0;
         padding: 15px 25px 15px 25px;
         border: none;
         border-radius: 5px;
         width: auto;
         text-transform: uppercase;
         letter-spacing: 5px;
     }
    • This topic was modified 4 years, 3 months ago by nsiotto.

    The page I need help with: [log in to see the link]

  • The topic ‘Can’t override Theme Salient Nectar’ is closed to new replies.