I would like to use a "shortcode" button for the Send button on the contact form...How can I do this?
If I can't do this I would like to color it a different color....How can I do this?
Thanks.
I would like to use a "shortcode" button for the Send button on the contact form...How can I do this?
If I can't do this I would like to color it a different color....How can I do this?
Thanks.
Hey,
in your custom.css file in your css folder you can add:
#top .button{
background-color:#ff0099 !important;
}
#top .button:hover{
background-color:#c0c0c0 !important;
}
Of course you can change the color codes.
Thanks but I had a slight brainlapse when I posted...
I simply found the shortcode style for the button I'm using throughout the site, applied a new class to the submit button with that shortcode style, so all is good now...
Thanks.
Glad that everything works now :)
You must log in to post.