• Resolved Seeyay

    (@progress-is-knowledge)


    Hi,

    Excellent WP plugin. One request though; I would like to know how to hide the total number of pages.

    Hiding e.g. “270” in the screenshot below.

    https://ibb.co/cyxXxa

    Thank you!

    Best regards,

    Carl

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Carl,

    Please try to unmark the “Display ‘Page __ of __’ block” checkbox on the plugin settings page – https://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

    Plugin Author bestwebsoft

    (@bestwebsoft)

    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

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    You’re welcome!

    Feel free to contact our support team with any questions in future.
    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom CSS Inquiry’ is closed to new replies.