• Is it possible to change the background color of the “vote” button? Or alternatively the color of the text? If so, I have tried several changes, but have not succeeded

    • This topic was modified 5 years, 8 months ago by intermagazine.
Viewing 1 replies (of 1 total)
  • The plugin has a CSS file but any edits there would probably be overwritten if the plugin gets updated. With that being said, your theme might have a place for you to add custom CSS.

    In my case, in the WordPress menu, I clicked on Appearance, then right below it, Edit CSS. The class below is what I added to make my button’s background color black.

    .wp-polls .Buttons {
    background-color: #000000;
    }

Viewing 1 replies (of 1 total)

The topic ‘Background color’ is closed to new replies.