Hi There,
The template I am using has a standard Read More button. You can see at the bottom of the home page there are three of them there.
Is it possible to take the css code
And use it to customize the submit button in the contact form I created?
Here is the website
http://redwiz.com
Thanks, Chuck
The template I am using has a standard Read More button. You can see at the bottom of the home page there are three of them there.
Is it possible to take the css code
background-color: transparent;
background-image: url("../images/button_arrow.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 100% 9px;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
color: #fdfdfd;
font-size: 24px;
display: block;
text-transform: uppercase;
padding-top: 2px;
padding-right: 23px;
padding-bottom: 0pt;
padding-left: 13px;
height: 38px;
line-height: 38px;
And use it to customize the submit button in the contact form I created?
Here is the website
http://redwiz.com
Thanks, Chuck