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

    (@yourownprogrammer)

    Hi Mark,

    In this file,

    https://www.webtoprintx.com/wp-content/themes/magazino/style.css?ver=3.5.1

    starting with line 839, you have

    .post_content ul li:before {
    content: “\2022”;
    position: absolute;
    left: 0;
    top: 0;
    color: #9dbb41;
    font-family: “Passion One”, “Arial Black”, Gadget, sans-serif;
    font-weight: 400;
    font-size: 14px;
    }

    The problem is with this line: content: “\2022”;

    You can either delete it or replace it with: content: “”;

    Best wishes,

    YOP Team

    I am experiencing the same issue, but I can’t seem to find the offending bit of CSS.

    https://devblog.bigblueinteractive.com/

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Chuchundra,

    Edit the template you used for your poll and in the CSS section look for this div

    yop-poll-answers li

    and add

    background: none;

    This should fix the problem.

    Best wishes,

    YOP Team

    Thanks, dude!

    Hey, I was going to throw you a few bucks for the effort, but the PayPal donation link on your site won’t let me donate in any amount except $25.

    Plugin Author YOP

    (@yourownprogrammer)

    Hey Chuchundra,

    Sorry about that.
    You can give it another try, it’s truly appreciated!

    Regards,

    YOP Team

    There you go, man. Thanks again!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘bullets show up on radio buttons’ is closed to new replies.