Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter justwogames

    (@justwogames)

    Hi Jared,

    Thanks for getting in touch!

    I know a little code but just don’t know to do with it. I managed find the code being used at the moment and changed the values to suit the look I’m looking for (white outline, pink/red centre – I also want it centered beneath the form):

    div.wpforms-container-full .wpforms-form input[type=submit],
    div.wpforms-container-full .wpforms-form button[type=submit],
    div.wpforms-container-full .wpforms-form .wpforms-page-button {
    	background-color: #e02945;
    	border: 5px solid #fff;
    	color: #333;
    	font-size: 1em;
    	padding: 10px 150px;
    }
    
    div.wpforms-container-full .wpforms-form input[type=submit]:hover,
    div.wpforms-container-full .wpforms-form input[type=submit]:active,
    div.wpforms-container-full .wpforms-form button[type=submit]:hover,
    div.wpforms-container-full .wpforms-form button[type=submit]:active,
    div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
    div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    	background-color: #f34640;
    	border: 5px solid #fff;
    	cursor: pointer;
    }

    You can also view the button I’m trying to edit on the form on this page: https://justwogames.com/apps/

    Thanks!

Viewing 1 replies (of 1 total)