Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi EvertonPereira,

    Please send us a link to your website so we can see exactly what the problem is.

    Best wishes,

    YOP Team

    Thread Starter EvertonPereira

    (@evertonpereira)

    follow the link to the site
    https://imssa.inactu.com.br/

    Need more information?

    Plugin Author YOP

    (@yourownprogrammer)

    Hey,

    Go to “Templates” and edit the one you used for your poll. In the CSS section replace

    #yop-poll-answers-%POLL-ID% ul li label {
    margin:0px;
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    float:none;
    }

    with

    #yop-poll-answers-%POLL-ID% ul li: before {
    content:””;
    }
    #yop-poll-answers-%POLL-ID% ul li label {
    margin:0px;
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    float:none;
    display:inline;
    }

    and everything should be fine. Let us know if you need more help.

    Regards,

    YOP Team

    Thread Starter EvertonPereira

    (@evertonpereira)

    did not work.
    replace what was asked but did not work.
    this line

    # yop-poll-answers-POLL-ID%% ul li: before {
    content: “”;
    }

    I add?

    I did not find this line in the contents of the css template that I am using to replace another but it did not work, follow the site to see how this currently.

    Plugin Author YOP

    (@yourownprogrammer)

    Hi EvertonPereira,

    In

    https://imssa.inactu.com.br/wp-content/themes/dixit/css/theme.css?ver=3.5.1

    the problem is with line 5709 content: ‘\25cf’;
    Replacing content: ‘\25cf’; with content: ”; on that line should fix the problem.

    Best wishes,

    YOP Team

    Thread Starter EvertonPereira

    (@evertonpereira)

    Thank you!
    Quite helped!
    with this change he adjusted his style,
    could find outor problem with this theme …
    line in the same file theme.css L = 4712 it puts an attribute

    “webkit-appearance: none! important;”

    he was only removes the radio appeared to be marked!
    Thank you again!
    Perfect support!

    Plugin Author YOP

    (@yourownprogrammer)

    Hey,

    Glad it worked.

    If you like Yop Poll and find it useful, we could use a review.

    Best Regards,
    YOP Team

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with CSS’ is closed to new replies.