Remove Maximize and Minimize buttons from Web Appbuilder Dashboard theme?

718
2
Jump to solution
03-06-2018 09:29 AM
PhilBeilin1
Occasional Contributor

Hi everyone!

The client wants to remove the Maximize and Minimize buttons on the Widget panels on the Dashboard theme.

Is there a way to do this?

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Phil,

  Sure just add a css rule for that:

.lm_controls .lm_maximise{
  display: none;
}

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Phil,

  Sure just add a css rule for that:

.lm_controls .lm_maximise{
  display: none;
}
PhilBeilin1
Occasional Contributor

Thanks!

Awesome as always!

0 Kudos