• dvwp

    (@dvwordpress)


    hello

    how would i go about editing the form in subscribe2 to match the styles used in the rest of my page? for example, how can i use an image for the submit button, and how can i apply a style to the text entry part of the form, ie coloring the border of the input box?

    kind regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Using CSS and your theme’s stylesheet.

    CSS Tutorials
    Learning CSS

    Thread Starter dvwp

    (@dvwordpress)

    so my theme’s sytlesheet will work on 3rd party widgets as well? in this case, for example, will i be making changes to the Subsribe2 php?

    my theme’s sytlesheet will work on 3rd party widgets as well?

    Yes

    will i be making changes to the Subsribe2 php?

    No – that shouldn’t be necessary.

    If you apply a theme to buttons, this worked for me.

    btw, I don’t think subscribe2 has any css on the public side of things, so it integrates fine with my theme, apart from buttons, so its only thing I had to change…

    I added the following class=\"button\" which matched my css!

    It now reads

    <input type=\"submit\" class=\"button\" name=\"subscribe\" value=\"" . __('Subscribe', 'subscribe2') . "\" />

    Hope that helps!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Styles to Subscribe2’ is closed to new replies.