Image on Rating plugin

  • Author
    Posts
  • #97689

    Hi Zed
    I recently tried a few ratings plugins and have installed Rate My Post. It places a row of 5 stars at the bottom of posts to allow rating.

    Its imperfect in the theme but most of that isn’t important. The issue I’d like to address is that little balls are showing up behind and to the left of each star icon. This appears to be an artifact of the image border feature? (which I have set to none) Ran into a somewhat similar issue prior.

    They’re at the bottom of this post for example, just above the social media icons.
    https://davidya.ca/2020/01/10/update-8/

    Is there a snippet of custom CSS I can use to not show these? Suggestions?
    Thanks!

    Website: davidya.ca

    #97853
    Zed
    Cryout Creations mastermind

    Mantra uses images as list bullets. You’ll need to turn these off for the rating star elements:

    ul#rmp-stars li {
        background-image: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #97859

    Thanks, Zed. Perfect.
    I rarely use Lists, so this is fine.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Image on Rating plugin’ is closed to new replies.