Changing the color of the submit button in custom form
-
Is there a way to change the color of the submit button at the bottom of the custom form to make it more pronounced on the page? I was hoping it could be orange or similar to the color of blue that I have in my header.
The blog I need help with is: (visible only to logged in users)
-
When no specific styling is added to a submit button, the browser/OS will use a default styling, but that can be overridden in the CSS. Give the following a try and see what you think. I increased the font-weight from 300 to 500 to give a little more contrast.
.pushbutton-wide { background-color: #ff8640; font-weight: 500; } -
-
-
The “boxes are too far from each other, I need to bring them closer.
Also the Widget Titles are too small I need them a little bigger.
Where do I go? Please help.
Freddy -
For the widget titles, this is what you need to add and then edit the 14px value.
.widget-area h4 { font-size: 14px; }Also, which “boxes?” In the sidebar? Also, vertically or horizontally?
- The topic ‘Changing the color of the submit button in custom form’ is closed to new replies.