I formatted the search button just fine but can’t find the right CSS to format this subscribe button. Here is a picture of what I am talking about:
If anyone knows how to format this, I would greatly appreciate the help. Note: This is the widget from the newly updated JetPack Application Wordpress offers.
If you right click on that subscribe button and click Inspect Element (in Chrome or Safari, or Firefox if you have Firebug installed) you’ll immediately see the styles that apply to that button and where they are set. although it looks like the default browser button, so you may need to create a new style for it. If nothing else, you can add a class to that button to target it, although you really should be able to use the same styles as for the other button. If you post a live link, we can give more info on how to apply those styles.
Hello Ralph, and thank you for your reply and welcome message! I was trying to use Firebug to determine it’s style but just couldn’t figure it out. Here is the link: http://www.nihonnation.com We haven’t officialy launched yet so I was hesitant on sending an unfinished webpage to people
That submit buton doesn’t have a class or id of its own, but if you put one one it (say #subscribe), it could share the relevant styles with #searchsubmit:
Thanks again for the reply, only problem is where do I find the code for that widget in order to give it a class. Silly Wordpress is the hardest thing to find stuff