 
	
		
		
		
		
			
Hi,
I placed a button inside my layer Slider and I want to make a bit bigger, but somehow is not working.
this is the code I used:
<form action="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/como-funciona/">
    <input type="submit" value="Assista ao Vídeo e Veja Como é Fácil   >>">
</form>and ccs: `.button {
    font: bold 25px helvetica;
    text-decoration: none;
    background-color: #f5f6cc;
    color: #717304;
    padding: 45px 55px 45px 55px;
    border-top: 2px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #fffffff;
    border-left: 1px solid #fffffff;
   }`
Page link: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/
Thanks,
Fabiana.
Hello faterra!
Please add following code to Quick CSS in Enfold theme options under Styling
div.ls-s-1 input[type="submit"] { font: bold 25px helvetica; text-decoration: none; background-color: #f5f6cc!important; color: #717304!important; padding: 45px 55px 45px 55px!important; border-top: 2px solid #ffffff!important; border-right: 1px solid #ffffff!important; border-bottom: 1px solid #fffffff!important; border-left: 1px solid #fffffff!important; }Best regards,
Yigit
Hey Yigit,
It worked perfectly, thank you once again.
Cheers.
Fabiana.
