Support » Plugin: WP-Polls » Make the button bigger

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter colingriffin86

    (@colingriffin86)

    anyone? it’s so small!

    Plugin Author Lester Chan

    (@gamerz)

    You can customize it via CSS using this selector .wp-polls .Buttons.

    Something like in your style.css

    
    .wp-polls .Buttons {
    padding: 10px;
    font-size: 200px;
    }
    

    If you are not sure how to do it, I would recommend hiring a freelance developer to help you with it.

    • This reply was modified 6 years, 1 month ago by Lester Chan.
    • This reply was modified 6 years, 1 month ago by Lester Chan.
    Thread Starter colingriffin86

    (@colingriffin86)

    Legend, cheer!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make the button bigger’ is closed to new replies.