Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author shauno

    (@shauno)

    Hi Francesco
    That isn’t a problem anyone else is reporting. Can you give me a URL to test?

    Thread Starter Francesco

    (@asturiit)

    here it is: https://goo.gl/D0kB1

    Plugin Author shauno

    (@shauno)

    .post ul li on line 655 of your wp-content/themes/ludonew/style.css has padding: 0 0 0 20px;

    That padding is what is making the stars appear filled in. My CSS isn’t great, so I am not sure the best work around to fix it. But if you change your theme to one of the default ones provided WordPress, you will see it works fine.

    Thread Starter Francesco

    (@asturiit)

    ok fixed like follows:

    .star-rating li  {
        padding: 0 !important;
    }

    Thanks for your quick reply!

    Plugin Author shauno

    (@shauno)

    Sweet, glad you could get it sorted. I hope you like the plugin ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No votes, 1 star shown…’ is closed to new replies.