Subscribe Button styling help!

Home Forums AB Simple Subscribe WP Plugin Subscribe Button styling help!

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 8 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10702

    [email protected]
    Participant

    Hi There,

    Just purchased your plugin, have been through the documentation and checked here on the forum but still not so sure – I have a specific Visual Composer button – white / black outline that im using throughout the rest of the site.

    So if I wanted the subscribe button to match this styling, how exactly would I go about doing that?

    I can see on the demo you have the button matching the theme style – so just wondering how to implement the same :)

    Many thanks for you time!

    Joe

    #10730

    ab-themes
    Keymaster

    Hi,

    the button doesn’t have its own style. Button is designed so that it can pull style of themes from this input[type="submit"].
    You will have to add this in your themes style.css file.
    Or you can hook for this class ABss_form_wrapper , so you will have something like this:

    .ABss_form_wrapper input[type="submit"]{
      // CSS code
    }

    so you can be sure you’ll change style only on this button.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Subscribe Button styling help!’ is closed to new replies.