Hi Carl,
Please try to unmark the “Display ‘Page __ of __’ block” checkbox on the plugin settings page – http://prntscr.com/fhv07a.
Thread Starter
Seeyay
(@progress-is-knowledge)
Hi,
The checkbox “Display ‘Page __ of __’ block” is unmarked.
Do you perhaps have some CSS I could enter?
Thank you.
BR,
Carl
Hi,
To hide the total number of pages, go to the plugin settings page, open “Custom code” tab, mark the “Activate” option in the “Editing bws-custom-code.css” section, and add the following code:
.page-numbers.dots+.page-numbers:last-of-type {
display: none;
}
Please let us know about the result.
Thread Starter
Seeyay
(@progress-is-knowledge)
Hi,
You guys really are the best.
Thank you!
// Carl
Hi,
You’re welcome!
Feel free to contact our support team with any questions in future.
Have a nice day!