• Resolved arabisk

    (@arabisk)


    Dear,
    Can you tell me how can i change the color of the button send in the contact form?
    Thank you

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

Viewing 1 replies (of 1 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi there,

    Thank you for writing back,

    Could you please go to your dashboard >> appearance >> customize >> additional CSS and add the following CSS code.

    .everest-forms .everest-forms-part-button, 
    .everest-forms a.button:not(.button-large), 
    .everest-forms button.button:not(.button-large), 
    .everest-forms button[type=submit], 
    .everest-forms input[type=submit] {
        color: #fff;
        background-color: #fe5252;
    }
    /*Hover Color*/
    .everest-forms a.button:not(.button-large):hover, 
    .everest-forms button.button:not(.button-large):active, 
    .everest-forms button.button:not(.button-large):hover, 
    .everest-forms button[type=submit]:active, 
    .everest-forms button[type=submit]:hover, 
    .everest-forms input[type=submit]:active, 
    .everest-forms input[type=submit]:hover {
        color: #ffffff;
        background-color: #202020;
    }

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘How change the color of th button send’ is closed to new replies.