I've spent over 6 hours trying to figure out how to change the css from
to something like
I've tried to add the css to my theme css file but nothing seems to happen. I've even tried to modify the form.css file and again nothing...
Please help!
I've spent over 6 hours trying to figure out how to change the css from
to something like
I've tried to add the css to my theme css file but nothing seems to happen. I've even tried to modify the form.css file and again nothing...
Please help!
Are you adding the styles to the end of the layout.css file? Also, have you looked at the CSS targeting examples in the documentation? By using those examples, you are usually able to supersede other theme styles with better CSS inheritance.
Lastly, what exactly about the formspring.me site are you trying to replicate? The rounded corner inputs? The button style? Please be more specific.
Thanks for the reply. I want to replicate the entire form from the formspring site (rounded corners, button, etc)
Yes I tried adding the style to layout.css
Okay, I just was able to loop back around and check out your form. It looks like you've made some progress on the styling. Have you been able to sort things out?