Forums

Adding Styles to Subscribe2 (5 posts)

  1. dvwordpress
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Using CSS and your theme's stylesheet.

    CSS Tutorials
    Learning CSS

  3. dvwordpress
    Member
    Posted 2 years ago #

    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?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  5. bruce78
    Member
    Posted 1 year ago #

    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!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags