• Hello,
    I’m trying to use you plugin and the widget is not saving at all on Gutemberg.
    I’ll use HTML widget with [poll id=”1″] embeded and I think It will do de work.

    Hoever, I need to change the color button (“VOTE”) and (“RESULTS”)…. where and how can I change that attributes?

    Best Regards,
    Luis

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hallo,

    The one with the CSS, I solved it like this:

    .wp-polls .Buttons {
    	border: 1px solid #BFBFBF;
    	background-color: #000;
    	color: #ff0000;
    	font-size: 1.2em; 
      font-weight: 400;
    	width: 50%
    }
    
    .wp-polls .Buttons:hover {
    	border: 1px solid #ff0000;
    	background-color: #000;
    	color: #ff0000;
    	cursor: url(https://rampmetal.com/downloads/cursor.gif), url(https://rampmetal.com/downloads/cursor.cur), default !important;
    }
    
    .wp-polls a {
    	color: #ff0000 !important;
    	font-size: 1.2em; 
    	cursor: url(https://rampmetal.com/downloads/cursor.gif), url(https://rampmetal.com/downloads/cursor.cur), default;
    }
    
    .wp-polls a:hover {
    	color: #c8c8c8 !important;
    }

    CSS for possible adjustments like this:

    .wp-polls {
    	background-color: #000;
    	color: #c8c8c8;
    	font-size: 1.2em;
    	margin: 25px 0;
    	padding: 25px 10px 5px 10px;
    }
    
    .wp-polls-ans li {
    	padding: 15px 0px 0px 25px;
    }

    Muito obrigado, foi um prazer!

Viewing 1 replies (of 1 total)
  • The topic ‘Color buttons’ is closed to new replies.