Change color of contact form submit button

Home Forums Jevelin Theme Change color of contact form submit button

Home Forums Jevelin Theme Change color of contact form submit button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • Neverphased
    Participant

    Hi I am trying to change the colour of the subscribe button but nothing I try causes any changes.

     

    When I try in inspect mode it has a strike through.

     

    I tried adding custom CSS

     

    #contact-form-7c59f023a6161c44a91b3c991e31260e.contact-form input[type=”submit”] {
    color: #31354b!important;
    }

     

    but nothing happens.

    Attachments:
    You must be logged in to view attached files.

    Hi @Neverphased,

     

    I hope you are well today and thank you for your question.

     

    I tried to access your site to help you to change button color but your site homepage is not working and I am getting 404 error as shown in the attached screenshot.

    Please make sure it is accessible so that I can help you.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    Neverphased
    Participant

    My apologies for some reason the page was not published. I have published it now.

     

    Solution for this topic

    You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home #page-container #content .contact-form input[type="submit"] {
        background-color: #31354b!important;
    }
    

    Neverphased
    Participant

    Thank you

    Neverphased
    Participant

    #resolved

    You are most welcome here 🙂

Viewing 7 posts - 1 through 7 (of 7 total)