Customizing Search and Subscribe buttons
-
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! :)
Hey,
Is there any way to put the footer beneath the grey area?
Thanks!
Try this out:
#footer {
margin-bottom: -12px;
}
The topic ‘Customizing Search and Subscribe buttons’ is closed to new replies.