 
	
		
		
		
		
			
Hi,
I have this css currently styling my Gravity Form submit button across the whole site to make it white, transparent and with a nice border radius:
body .gform_wrapper .gform_footer input[type=submit]{
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    padding: 15px 30px 13px;
    font-size: 17px;
    min-width: 139px;
    border-radius: 3px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    opacity: 0.7;
}However, I would like the form button to be just like the others but black on just one page/section ID on the site, as it will be against a white background.
Would it be possible to get some help creating the correct CSS to make the button darker in the one section with the white background, please?
Thank you.
