Contact Form 7 – unable to customize Send button

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Contact Form 7 – unable to customize Send button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18490
    apa-sl
    Participant

    I wanted to customize the ‘send’ button in contact-form7 installed on WP with Fusion theme. Despite following all the instructions on-line (ie. add a proper class to ‘styles.css’ in plugins/contact-form-7/includes/ folder, the send button color is still overriden by the default color configured for the fusion theme. And the theme shortcodes are not working in the contact-form7 html source.

    #18498
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .wpcf7-submit.button {
        background-color: #000;
        border-color: #000;
        color: #C4B96A !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.