Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @comicsenglish – It looks like the following theme style is getting applied and causing the bullet image to appear:

    .entry-content ul>li {
      background: url(/wp-content/themes/mantra/images/bullet.png) left 10px no-repeat;
    }

    Try adding the following to the bottom of your theme’s style.css file (note it looks like you’ll need to reset your stylesheet cache via whatever plugin you’re using):

    .entry-content .slickQuizWrapper ul>li {
      background: url(/wp-content/themes/mantra/images/bullet.png) left 10px no-repeat;
    }
    Thread Starter ComicsEnglish

    (@comicsenglish)

    Thanks a lot for your reply. 🙂

    I have added the code to the end of styles.css No changes though.

    note it looks like you’ll need to reset your stylesheet cache via whatever plugin you’re using

    Any lead on doing this? I would be immensely grateful 🙂

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @comicsenglish Are you using any kind of caching / minimizing plugin? Like WP Super Cache for example? If so, there should be an option in the plugin settings to clear/delete the cache.

    Derp, I also gave you the wrong code:

    .entry-content .slickQuizWrapper ul>li {
      background: none !important;
    }
    Thread Starter ComicsEnglish

    (@comicsenglish)

    Woohoo, it works! Much cleaner.

    Thank you so much for your great plugin and your help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display issue’ is closed to new replies.