I want to change the background of ALL the buttons in my WP, how would I do this using CSS? I have an image I would like to use for all the submit buttons. Please give me a CSS code I can put within my stylesheet. Thanks in advance.
I want to change the background of ALL the buttons in my WP, how would I do this using CSS? I have an image I would like to use for all the submit buttons. Please give me a CSS code I can put within my stylesheet. Thanks in advance.
You'll need to be more specific. How about a link to your site?
It doesn't appear to be in your css. Look at the source code.
For instance, <input type=image src=http://i19.photobucket.com/albums/b158/TwEaK_23/requestanimebuttoncopy.jpg> is referenced right in the code.
Without knowing the .php structure of your files, I would recommend starting with trying to find the links to your buttons in sidebar.php or something that looks like that.
Well that one part in the sidebar was manually added by me. I'm actually trying to edit the buttons that are set in WP via my stylesheet. (I'm changing the button background for all buttons so that they'll fit w/ the new theme I've made).
This topic has been closed to new replies.