change color form

Home Forums Gillion Theme change color form

Home Forums Gillion Theme change color form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • juniormartian
    Participant

    How change the color button “submit” of the form? Who garanted i have who not will change with last update Gillion?

    My website: https://jrmartian.com.br/contato/

    Thks!

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

    Solution for this topic

    Hi @juniormartian,

     

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

     

    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

     

    #page-container .wpcf7-form .wpcf7-submit {
        background-color: #1e1e1e!important;
    }
    
    #page-container .wpcf7-form .wpcf7-submit:hover {
        background-color: #949191!important;
    }

     

    Best regards,
    Shufflehound team

    juniormartian
    Participant

    🙂 tks

    You are always welcome here 🙂

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