Home Forums WoodMart support forum Form settings and button colors do not work.

Form settings and button colors do not work.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40674

    GModels
    Participant

    Form settings and button colors do not work. http://prntscr.com/igd1n9

    #40713

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .wpcf7-submit {
    	background-color: #6ad9ec;
    	color: #000000;
    	border-radius: 35px;
    }
    
    body .wpcf7-submit:hover {
       -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.1);
       box-shadow: inset 0 0 200px rgba(0,0,0,.1);
    }

    Regards

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