Viewing 2 replies - 1 through 2 (of 2 total)
  • Change your CSS selector from .cwg_popup_submit .style to input.cwg_popup_submit. That should do the trick. Optionally combine your four paddings into just one, this:

    input.cwg_popup_submit {
        width: 126px;
        padding: 5px 0px;
        background-color: #243856A6;
    }
    Thread Starter Patrick Chan

    (@cheukyin827)

    Hi George,

    It works well, thank you for your support.

    Patrick

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

The topic ‘Plugin button size and color change’ is closed to new replies.