• Hi,

    How can I change the color of the voting button. Unfortunately, the button does not copy color from my theme. It would be nice if there is a setting where the color can be modified

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter hallomeneer

    (@hallomeneer)

    Pls respond?

    AG Scott

    (@connectthedots373737)

    The CSS styles do not carry over and the default colour is currently invisible. This really needs an answer to make this plugin viable.

    Plugin Author Lester Chan

    (@gamerz)

    Because your theme is overwriting the poll button color. The poll CSS file is polls-css.css, feel free to modify it. I am not sure how your theme is coded, but if you want the easier way out just add !important to the poll styles.

    • This reply was modified 5 years, 2 months ago by Lester Chan.

    Put CSS below in the custom CSS area:

    /*———————————————————
    Buttons and inputs (_forms.scss)
    ——————————————————– */

    .ttfmake-button,
    .site-main .gform_wrapper .gform_footer input.button,
    button,
    input[type=”button”],
    input[type=”reset”],
    input[type=”submit”] {
    display: inline-block;
    padding: 10px 18px;
    padding: 1rem 1.8rem;
    border: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #F00;
    background: #AAA!important;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    cursor: pointer;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change color vote button’ is closed to new replies.