chris@chrisjauslin.ca
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Style form submit buttonThanks buzz tone!
Styling the following made the trick!a.button, input[type="reset"], input[type="button"], input[type="submit"] { background-color: #F9F9F9; background-image: -moz-linear-gradient(center top , #F9F9F9, #F1F1F1); }And that affects all submit buttons residing on my web, which is even better.
I replaced all the #hex codes for my #hex colour codes.Forum: Plugins
In reply to: [Contact Form 7] Style form submit buttonOn above post the code came short, this is the example:
<div class="call-to-action"> <a class="blue button" href="http://www.chrisjauslin.ca/apply/">START TODAY</a> </div>Forum: Plugins
In reply to: [Contact Form 7] Style form submit buttonThanks for your reply,
Take a look at this code:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<div class="call-to-action"><a href="http://www.chrisjauslin.ca/apply/">START TODAY</a></div>What this does is that it styles the button on my page: http://www.chrisjauslin.ca/the_easiest_mortgage/ ;to look as the class of my call-to-action button; which class apparently is called:”blue button”
In the CSS editor I have managed to change the colour of the responsive theme “blue button”. The colour is now green actually (this is the way I want it).
So my question is: how do I enter a CSS code to associate the blue button class to the wpcf7 submit button, similar to the way I have done so in the mentioned page.
Thanks a lot in advance,
ChrisHello,
I need to arrange the colophon widgets horizontally. I have been reading many posts on these forums but none seem to work.
this is my website:
http://www.chrisjauslin.ca
Thanks