Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    There are no stylings included with Easy Modal for any elements other than the modal and the admin settings pages.

    You can use your own via your themes stylesheet though.

    button, .button {
    // rules here.
    }

    Thread Starter libate

    (@libate)

    Thanks for the quick response!

    The button styling that is provided in my theme is drastically different than the one you guys use when I add (for example).

    <button class=”eModal-1″>Open Modal</button>

    I’ll keep on playing around. Hopefully I can figure it out.

    Thread Starter libate

    (@libate)

    Thanks for the quick response!

    The button styling that is provided in my theme is drastically different than the one you guys use when I add (for example).

    <button class=”eModal-1″>Open Modal</button>

    I’ll keep on playing around. Hopefully I can figure it out.

    Plugin Author Daniel Iser

    (@danieliser)

    Look at the buttons that your theme outputs. It may be adding a class of something like ‘btn’ or ‘button’ so like this

    `<button class=”eModal-1 btn button”>Open Modal</button>

    Thread Starter libate

    (@libate)

    Thank you!

    Plugin Author Daniel Iser

    (@danieliser)

    Not a problem, please take a moment to rate and review the plugin and/or support http://wordpress.org/support/view/plugin-reviews/easy-modal

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Button styling’ is closed to new replies.