Fixed. After I wrote you, I found the right css rule.
Sorry for this topic.
Regards
Hey @glorialchemica,
Thanks for your post and for the update… so pleased that you have fixed your issue, good work!.
Hey Todd @toddhalfpenny,
Love the plugin, but I’m getting the same issue. I have “Enable styling (remove bullets etc)” checked and the bullet is still appearing.
I even removed the “ul” from the class-widgets-on-pages.php file, but an “li” is being created in its place.
Do you have any suggestions on how I can remove the bullet completely?
Please and thank you!
-
This reply was modified 9 years ago by
WebGuyJon.
-
This reply was modified 9 years ago by
WebGuyJon.
-
This reply was modified 9 years ago by
WebGuyJon.
Hey @webguyjon, Have you got a link to a page with this on, please?
No problem @webguyjon
The following seems to do the trick, not sure why the original was not working.
If you add this to your theme’s CSS style.css then this may work.
.widgets_on_page li {
list-style: none;
}
@toddhalfpenny,
That worked!
It took me a minute to figure out which stylesheet to put it into (we have about 3), but thanks for your help!
-
This reply was modified 9 years ago by
WebGuyJon.
Great to hear @webguyjon.
Good luck with the site.