Hello,
I'd like to make the color of the search, subscribe, and submit buttons (from the contact form) a little darker. I haven't had any luck as of yet.
Any help is greatly appreciated!
The blog I need help with is nycafterdusk.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello,
I'd like to make the color of the search, subscribe, and submit buttons (from the contact form) a little darker. I haven't had any luck as of yet.
Any help is greatly appreciated!
The blog I need help with is nycafterdusk.com.
Here's a starting point, this will style all submit buttons with a dark blueish color scheme. Adjust the colors as you see fit.
input[type="submit"] {
background: #141B25;
color: #717E8E;
padding: 4px 12px;
border: 2px outset #717E8E;
border-image: initial;
}
Can you please add back the footer credits? We require that you keep those visible.
Sure thing and thanks for your help! :)
Cheers. :)
Hey,
Is there any way to put the footer beneath the grey area?
Thanks!
Try this out:
#footer {
margin-bottom: -12px;
}
Great, thanks!
You're welcome!
This topic has been closed to new replies.