Hey,
On our forum page we have these links at the bottom of our page that I want to get rid of but I can’t find the file that contains them. Any idea where they would be?
Thanks!
Hey,
On our forum page we have these links at the bottom of our page that I want to get rid of but I can’t find the file that contains them. Any idea where they would be?
Thanks!
Hi there,
Thanks for reaching out.
Relating to your question here, could you kindly provide us with a link to your site.
I look forward to your reply.
Best Regards,
Support.
It’s happening on any Page of ours. How do we disable that navigation?
https://www.hoop-ball.com/product/2018-19-hoop-ball-fantasy-draft-guide/ (bottom)
Hi there,
Thanks for the links.
In this case, could you try out the following CSS code under the Appearance>Customize>Additional CSS section:
.bp-legacy .newspaper-x-next-prev.row {
display: none !important;
}
I hope this helps.
Best Regards,
Support.
Hey,
I tried your suggestion but the links are still there.
Hi there
Please try this one:
.newspaper-x-next-prev.row {
display: none;
}