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

    (@hinjiriyo)

    Per CSS in the style.css of your theme.

    Not very helpful if you have a theme that used the disc elsewhere for a

    • element.
    • I resolved this by editing the plugin (go to Plugins, then Editor, then selecting the plugin), in particular widget.php and changing line 6 to:
      <li style=”list-style:none;”<?php if ( is_sticky() ) { ?> class=”rpwwt-sticky”<?php } ?>>“><?php

      Hope this helps!

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Every change in the plugin’s files will be overwritten by future upgrades. You better edit the style.css of the theme or child-theme.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    If you do not want to touch the style.css I recommend to use a plugin like “Best Custom CSS” and add the CSS code there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do we delete "■" from next to our thumbnails?’ is closed to new replies.