Change Contact form button colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8107
    simontoyne
    Member

    Can you tell me if there is an options to change the colour of the contact form submit button? I’ve scoured the documentation and all settings but can’t find it and would like to change it to better match the colour scheme of the site I’m working on.

    Thanks…

    #8128
    Raghavendra
    Moderator

    You can use the following Custom CSS in the theme options –

    .contact-form button {
    color: #FFF;
    background-color: #46A5D5;
    border-color: #37B4EE #1C8BBE #1C8BBE #37B4EE;
    }
    
    #8196
    simontoyne
    Member
    This reply has been marked as private.
    #8207
    Raghavendra
    Moderator

    Yes – I can see that. Pls change the custom CSS a bit to this –

    .page .contact-form button {
    color: #FFF;
    background-color: #46A5D5;
    border-color: #37B4EE #1C8BBE #1C8BBE #37B4EE;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.