Jump to content
Sign in to follow this  
alexb

Background colour of submit buttons

Recommended Posts

alexb

Hey guys Hope you can help - what should be a simple one is driving me mad! Basically I just want to change the background color of the Post Comment button on the posts page. See below for a link: http://alexbulgo.com/memories-are-made-of-this/ The colour needs to be solid rather than graduated as it is here. I used Firebug to inspect and try posting the following into both the child theme and the custom code with no success: #form-submit{background-color:#9ddaea;} Any ideas appreciated! AB

Share this post


Link to post
Share on other sites
Kate
Hmmm... I'm not sure I see the issue. It appears it has the same background color as the other submit buttons.

Share this post


Link to post
Share on other sites
alexb
Yes, but I don't want it to! That's the problem...I want it to be a dfifferent color but I don't seem able to define the change just for that one button...

Share this post


Link to post
Share on other sites
Danny
Hi Alex, Below is the code you need in order to change the background color of the button, I have made the buttons background white, but you can change it to whatever color you want. [code] #commentform #submit { background: #FFFFFF; } [/code]

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
alexb
Many thanks Danny! Works perfectly! :)

Share this post


Link to post
Share on other sites
Danny
Cool, glad it worked!

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×