Skip Navigation

[Resolved] Hide Pagination on a specific View

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 1 reply, has 2 voices.

Last updated by Mateus Getulio 1 year, 5 months ago.

Assisted by: Mateus Getulio.

Author
Posts
#2631389

I have a view that I want to show the thew and have the images slide through using the pagination feature but I dont want to show the actual pagination, How do i hide it? I have tried adding this to the Content CSS Editor but it didnt work - .hide-pagination {
display: none !important;
}

#2631509

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hey there,

Thank you for contacting our support.

Can you please try the following css to see if it works.

.fl-archive-nav {
display: none;
}

If it doesn't work, can you please share the page you're trying to hide the pagination?

In addition to that, so that we can take a better look at this, could you please attach the Debug info? You can see how to retrieve and paste it here => https://toolset.com/faq/provide-debug-information-faster-support/

Thank you, please let us know.