CSS Style
-
Is there any reason why I can’t change any of the colors in the forms? I tried to add it to our custom css section in wordpress and nothing happen.
https://www.brickhousebodies.com/home-test-1/
.ck_form.ck_minimal .ck_subscribe_button {
width: 100%;
color: #000000;
margin: 0px;
padding: 11px 0px;
font-size: 18px;
background: #000000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
border: none;
text-shadow: none;
width: 30%;
float: left;
height: 42px;
}ck_form.ck_minimal {
background: #000000;
font-family: ‘Helvetica Neue’, Helvetica, Arial, Verdana, sans-serif;
line-height: 1.5em;
overflow: hidden;
color: #000000;
font-size: 16px;
border: solid 1px #d1d1d1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
clear: both;
margin: 20px 0px;
text-align: center;
}
- The topic ‘CSS Style’ is closed to new replies.