Change submit button color on Contact page

Discussion in 'Squirrel WordPress Theme' started by shanbeast, Oct 7, 2016.

  1. shanbeast

    shanbeast Member

    Joined:
    Jun 13, 2014
    Messages:
    31
    Likes Received:
    0
    Hello I would like to change the color to the contact page submit button to the themes maroon color
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thanks for sharing the screenshot,

    To change the color of that button, you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options

    Code:
    .contact_page .contactform input[type="submit"]{
    background:maroon;
    }
    .contact_page .contactform input[type="submit"]:hover{
     background: #a6306b;
    }
    
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page