Picture of Ignacio Cinalli
Re: Hiding navigation buttons on popup page
by Ignacio Cinalli - Friday, 29 March 2024, 9:43 PM
 

Hi Chetan,

If you only open that page from a popup, you can assign a CSS class in the HTML.

Edit your theme or use custom Less/CSS in project settings and add, for example:

.hide-nav-buttons .nav__btn {
   .u-display-none;
}

Then edit the page that goes in the popup and in HTML Classes, add: hide-nav-buttons