Page 1 of 1

Back/Next navigation in detail view

Posted: 2021-11-13 20:45
by aarlauskas
Hi Guys, are these buttons easy to get rid of in detail view? I don't need them and it gets in my way when working on mobile device.. Thanks
back_next1.jpg
back_next1.jpg (162.27 KiB) Viewed 2150 times

Re: Back/Next navigation in detail view

Posted: 2021-11-13 21:11
by pbottcher
You can use

Code: Select all

$j('#dv-navigation-buttons').remove()

Re: Back/Next navigation in detail view

Posted: 2021-11-13 21:31
by aarlauskas
Brilliant, Thanks Pascal!