Topic: Disable header navigation Stepper
                  
                  Moises Trigueros
                  free
                  asked 6 years ago
                
Hello, I want to navigate the stepper only through the next and back buttons. it's possible in version 7.5.4?
                      
                        Add comment
                      
                    
                  
                
                      
                      Bartosz Termena
                      staff
                        answered 6 years ago
                    
Hi!
Try to add to your styles.scss:
.step-title {
  pointer-events: none !important; /**<-----------*/
}
Now the element will never be the target of pointer events.
Hope it helps!
Best, Bartosz.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Resolved
Specification of the issue
              - ForumUser: Free
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: 7.5.4
 - Device: Laptop
 - Browser: Chrome
 - OS: Linux
 - Provided sample code: No
 - Provided link: No