Hi,
I’ve spent a few minutes looking at CSS options for this, and at the moment I can’t find an easy solution.
If you’re comfortable editing the plugin itself you could do the following:
In th file “class-draw.php”
1. Comment out / remove Line 119
2. Replace line 293
$option = ‘<option value=”‘ . get_page_link( $page->ID ) . ‘”>’.$currentPage.’. ‘;
with
$option = ‘<option value=”‘ . get_page_link( $page->ID ) . ‘”>’;
That seems to work for me.
Alex
I was after this as well and the solution you’ve posted works for me. Thank you for posting it.
Any chance we could get this added an option so we don’t have to change the code with each plugin update?
Absolutely I’m making a list of requested changes, but will probably be after Christmas as it’s getting pretty crazy here at the moment!
Alex
Thank you and happy holidays!
A quick note if anyone else is looking for it – if you want to remove the page numbers from the widget as well then comment out line 147 in widget.php.
0.8 now has this as an option.
Alex