it is possible to modify newsletter plugin? I would like to move “Submit” button straight behind the “Email” box. And it is possible to change “Submit/Confirm” button color? I mean somewhere in Widget form code or Standard form code..
You can code a custom form a build the layout more adapt to your blog. You can start by copying the form from the administrative panel where the code is shown.
I understand this and I’ve coded my new form but how do I go about replacing the default? There seems to be no information about this in the documentation. Is there a file I need to replace? I’m unable to change the code on the Subscription Form config page under ‘Widget Form Code’. Perhaps I need to make a particular file writable?
You can write the new form code directly inside the widget text area or reference the form with a tag {subscription_form_X} where X is the form number.
Thanks, I’ll check for that. I tried the first method and it works but I’m struggling with the styles. When I add the correct but edited style to my themes user.css document it’s still getting overridden by the old style on grey.css
How do I set it to prioritize my custom css and ignore what’s in grey.css? I would change the style in grey.css but I suspect it will get overwritten when the plugin is next updated?