Forums
Forums / Plugin: WP Popular Posts / Unwanted Bullet Points
(@brycewelker)
11 years, 11 months ago
After just updating this plugin to the newest version, there are now bullet points appearing before the Post Title next to the thumbnail image. How can I remove these?
https://ww.wp.xz.cn/plugins/wordpress-popular-posts/
To see an example on this on my site go to: crushthecpaexam.com/cpa-blog/
(@hcabrera)
Hi brycewelker,
Easy:
ul.wpp-list li { line-height: 1em; margin-bottom: 24px; }
… and change it to:
ul.wpp-list li { list-style:none; line-height: 1em; margin-bottom: 24px; }
Thanks Hector!
The topic ‘Unwanted Bullet Points’ is closed to new replies.