Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 5993

Kadence Themes on "[Theme: Virtue] Contact Footer Issues - Change submit button color and left-align"

$
0
0

The submit button color comes from the theme options > basic styling. Your primary color.
The hover is your lighter primary color. If you would like to change without changing your theme options you can use css like this:

.contactform .kad-btn-primary {
  background: blue;
}

The form is on the right by default. You can move it left with this css:

@media (min-width: 992px){
.page-template-page-contact-php div#main {
  float: right;
}
}

Kadence Themes


Viewing all articles
Browse latest Browse all 5993

Trending Articles