• Resolved Michael Boldin

    (@michael-boldin)


    Hi,

    Can you recommend a CSS snippet that can remove the pagination from the top of the layout – but leave it showing on the bottom?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author yotuwp

    (@yotuwp)

    Hi Michael,

    On next version, I will try to add new class to top and bottom pagination, then you can add custom CSS for them.

    All the best.

    YotuWP

    Thread Starter Michael Boldin

    (@michael-boldin)

    Thanks, looking forward to that next update. Will you reply here with the custom CSS at that time?

    Plugin Author yotuwp

    (@yotuwp)

    Hi michael-boldin,

    There is the new class for the top and bottom pagination.
    Now you can disable them via that classes.

    Hope that convenient for your plan.

    Best regards,

    YotuWP

    Thread Starter Michael Boldin

    (@michael-boldin)

    Awesome, thank you for updating me on this! Can you recommend some custom CSS that I can use to remove the top pagination only – but keep the bottom?

    Plugin Author yotuwp

    (@yotuwp)

    Hello,

    You can try the snippet below to remove it.

    .yotu-pagination-top{
    display:none!important;
    }

    Hope that will works.

    Best regards,

    YotuWP

    Thread Starter Michael Boldin

    (@michael-boldin)

    works great, thank you for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘remove pagination from the top?’ is closed to new replies.